rexy

A opinionated nestjs scaffolding with lots of handy features out of the box

Stars
1

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