varun-jalandery / pyflask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 60.8%Language:Dockerfile 39.2%