- Node
- Git
- Docker
- Typescript
1 - git clone the repository
npm install2 - To run the server,
npm startdocker build . -t daniel_santiago/rest_api_testdocker run -d daniel_santiago/rest_api_testMade with jest : Run the following
npm run testCoverage
npm run coverage