-
Notifications
You must be signed in to change notification settings - Fork 0
Home
King Rayhan edited this page Oct 25, 2022
·
3 revisions
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