A progressive Node.js framework for building efficient and scalable server-side applications.
Back-end of a task assignment app, just for self-learning purpose.
There are 2 types of user in the web:
- Admin: manage list of members & tasks.
- Member.
Here is our team, you can connect us through our Linkedin:
Programming Language: Javascript, Typescript.
Frameworks: NodeJS, NestJS.
Database: PostgreSQL.
Web server: AWS EC2.
Documentation: OpenAPI, Swagger.
E2E testing: Jest, Pactum.
DevOps: Docker.
- Signin/Signup user.
- Add new admin/member.
- CRUD tasks.
- ASssign tasks to member.
$ 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