This is a simple task manager application built with the Nest framework.
After signing up and signing in, users can create tasks, update their status, retrieve tasks with filters, access specific tasks, and delete them
- node.js
- npm
- nestjs
- docker
- docker-compose
yarn install
yarn start:dev
After running the app, you can access the documentation by navigating to 'localhost:3000/api'
yarn test:e2e
- typescript - Programming language
- nestjs - A progressive Node.js framework
- postgresql - Relational database
- typeorm - Orm for javascript and typescript