A Nest.js template for a REST API with Prisma and PostgreSQL for a database.
The features include :
- Authentication with JWT
- Authorization with RBAC (Role Based Access Control)
- CRUD operations on a PostgreSQL database
This template purpose was built for personal usage, Supakorn Netsuwan
This template is based on the Nest.js
$ npm install
# development (watch mode integrated with Rust)
$ npm run start:dev
# production mode
$ npm run start:prod
# build for production
$ npm run build
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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.