vs-silva / task-manager-service

RESTful API for the Task Manager App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 100.0%