Skip to content

vs-silva/task-manager-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-manager-service

RESTful API for the Task Manager App

Screenshot 2023-05-03 131854

Demo

Try it live

Architecture

  • Hexagonal Architecture

Development Approach

  • Test Driven development

Language

  • Typescript
  • Javascript

Tools

  • Runtime ( NodeJS )
  • Testing ( Vitest, Supertest)
  • Framework ( ExpressJS )
  • API Documentation ( Swagger )

How to run locally

  • npm install ( to install the required project dependencies )
  • npm run dev ( to run the project locally )
  • npm run test ( to run the available tests )
  • npm run test:cov ( to run and get the test coverage )

Note. At the moment configuration for a real data provider as not been done.

About

RESTful API for the Task Manager App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published