Rexy is a nextjs boilerplate where you will find all sorts of standard functionality like authentication, role based authorization, and notification with proper testing.
The boilerplate is built over nextjs.
- Authentication with jwt
- Authorization
- Notification
- User management
- Role management
- Role-based authorization
- File Upload
- Pagination
Create a .env file and add the following variable:
JWT_SECRET=<your jwt secret>
PORT=<port number>
git clone https://github.com/kingRayhan/rexy.git
npm install
npm run dev
npm run test
- email templates