Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 349 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 349 Bytes

Development Setup

  • Install pipenv
  • Clone this repository
  • Install project dependencies:
pipenv install

Start the API:

docker-compose up
  • Try it out
curl localhost:5000/test

result:
{
  "Team": "Unicorn"
}