A progressive Node.js framework for building efficient and scalable server-side applications.
This is a web-based management application designed to help teams organize and track their projects and tasks. This application offers a suite of features to help teams stay on top of their work and meet deadlines.
- Project and task creation: Users can create projects and tasks, assign them to team members, and set due dates.
- Kanban board: A Kanban board allows users to visualize their workflow and move tasks between columns as they progress.
- Issue tracker: An issue tracker helps users keep track of bugs and other issues that need to be resolved.
- Reporting and analytics: The application offers a range of reporting and analytics features to help users monitor progress, identify bottlenecks, and improve their processes.
What things you need to install the software and how to install them
node version ≥ v18.15.0
http://localhost:3000/docs#/
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Frontend - Mushegh Arustamyan
- Backend - Mikayel Hovhannisyan
Nest is MIT licensed.