Skip to content

Anhduy-git/Task-Assignment-Backend

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Task assignment app (Backend)

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.

Contributors

Here is our team, you can connect us through our Linkedin:

Diagram

Task_Assignment_App_ER

Tech Stack

Programming Language: Javascript, Typescript.

Frameworks: NodeJS, NestJS.

Database: PostgreSQL.

Web server: AWS EC2.

Documentation: OpenAPI, Swagger.

E2E testing: Jest, Pactum.

DevOps: Docker.

Features

  • Signin/Signup user.
  • Add new admin/member.
  • CRUD tasks.
  • ASssign tasks to member.

Documentation

Documentation

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Back-end of a simple application to manage tasks, with 2 types of user: admin, member.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published