Skip to content
King Rayhan edited this page Oct 25, 2022 · 3 revisions

image

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.

Feature

  • Authentication with jwt
  • Authorization
  • Notification
  • User management
  • Role management
  • Role-based authorization
  • File Upload
  • Pagination

Getting Started

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

Installing

npm install

Start Server

npm run dev

Running the tests

npm run test

Roadmap

  • email templates
Clone this wiki locally