Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 422 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 422 Bytes

teylor take home assignment

1. Install dependencies

$ npm ci

2. Run tests

$ npm test

Start dev server

Make sure you have docker-compose installed
At root level run:

docker-compose build --no-cache
docker-compose up

Running the above commands results in

  • 🌏API Server running at http://localhost:8080
  • ⚙️Swagger UI at http://localhost:8080/dev/api-docs