Template description 🌏

A Nest.js template for a REST API with Prisma and PostgreSQL for a database.

The features include :

  1. Authentication with JWT
  2. Authorization with RBAC (Role Based Access Control)
  3. CRUD operations on a PostgreSQL database

This template purpose was built for personal usage, Supakorn Netsuwan

This template is based on the Nest.js

Installation

$ npm install

Running the app

# development (watch mode integrated with Rust)
$ npm run start:dev

# production mode
$ npm run start:prod

Building

# build for production
$ npm run build

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.