A progressive Node.js framework for building efficient and scalable server-side applications.
The code was developed using TypeScript and the Node framework Nest. For accessing and manipulating the database, Prisma was used. For authentication/login, JSON Web Tokens (JWT) and Passport were used. Finally, for the documentation, Prisma ERD was used.
The project was developed using NPM, but you can use any of the following package managers:
- Yarn
- PNPM
- NPM
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# restart database
$ db:dev:restart
# prisma deploy
$ prisma:dev:deploy
# e2e tests
$ npm run test:e2e
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.
This project is under the MIT license.