- A task manager web application with relational database and authentication by user.
- All tasks of a user are restricted to other users.
- Respecting confidentiality.
- NestJS
- PostgreSQL
- Docker
npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
To show routes: localhost:3000/docs
.
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
docker-compose -f docker-compose.yml up
Note
In backend folder.
Not forget environment variables settings.
A script bash was created for help this.
Database is named after postgres as host.
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers.
Nest is MIT licensed.
If you'd like to join them, please read more here.