This project was build using refine. This is a boilerplate for Nest.js API boilerplate project.
Detailed quick start guide is available HERE
- Authentication pages (Login, Register, Forgot password, Reset password, Confirm email)
- RBAC using casbin - (admin, user, viewer)
- i18n (English and Croatian as example)
- User management (for admin) - CRUD operations
- Articles management (for user and admin) - CRUD operations
- Ant Design theme
npm run dev
npm run build
npm run start
To learn more about refine, please check out the Documentation