Development Setup Install pipenv Clone this repository Install project dependencies: pipenv install Start the API: Using docker-compose: docker-compose up Try it out curl localhost:5000/test result: { "Team": "Unicorn" }