RESTful API for the Task Manager App
- Hexagonal Architecture
- Test Driven development
- Typescript
- Javascript
- Runtime ( NodeJS )
- Testing ( Vitest, Supertest)
- Framework ( ExpressJS )
- API Documentation ( Swagger )
- 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.