muskuloes / epsilon-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 99.9%Language:Dockerfile 0.1%