Project PyFlask

Docker Compose is needed to set up this project on dev machine.


Commands

To start the docker container

$ docker-compose up

To build/rebuild the docker container

$ docker-compose build

To login into python container

docker exec -it $(docker ps | grep "pypy_api" | awk '{print $1}') bash

To view the api on browser, open below link

http://localhost:4000