https://github.com/kingrayhan/rexy
A opinionated nestjs scaffolding with lots of handy features out of the box
https://github.com/kingrayhan/rexy
Last synced: about 1 year ago
JSON representation
A opinionated nestjs scaffolding with lots of handy features out of the box
- Host: GitHub
- URL: https://github.com/kingrayhan/rexy
- Owner: kingRayhan
- Created: 2022-06-25T04:41:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T19:04:26.000Z (about 3 years ago)
- Last Synced: 2025-02-10T02:35:10.865Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 803 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

**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](https://nextjs.org/).
## 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=
PORT=
```
```bash
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
