Skip to content

DanielSantiagoDev/rest_api_technical_test

Repository files navigation

rest_api_technical_test

Requirements

  • Node
  • Git
  • Docker
  • Typescript

Common setup

1 - git clone the repository

npm install

2 - To run the server,

npm start

Docker setup

docker build . -t daniel_santiago/rest_api_test
docker run -d daniel_santiago/rest_api_test

TEST

Made with jest : Run the following

npm run test

Coverage

npm run coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published