- Title : ToDo Application
- Description : A ToDo service that manages tasks or "to-do" items for users. It allows users to create, update, delete, and view their tasks.
- Node.js version: Node.js >= 18.x.
- NestJS version: >= 10.x.
- Database: PostgreSQL and versions.
$ git clone https://github.com/username/repo.git
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod