A progressive Node.js framework for building efficient and scalable server-side applications.
A task management app that uses NestJS with TypeORM to interact with a PostgreSQL database. Based on the Udemy course "NestJS Zero to Hero - Modern TypeScript Back-end Development".
Make sure you have Node and Docker installed in your machine.
$ yarn install
# Create database
$ yarn start:dev:db
# Run the app
$ yarn start:dev
#Optionally, add some data to the database
$ yarn typeorm migration:run -d ./ormconfig.ts
# Unit tests
$ yarn test
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.
Nest is MIT licensed.