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"
}