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