An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![image](https://user-images.githubusercontent.com/7611746/197801067-88f9777b-9933-40e7-b090-298f0b6499b9.png)

**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

![image](https://user-images.githubusercontent.com/7611746/197797989-b3a7b1bb-9f90-4251-a186-f9ee8e56570b.png)