A simple CRUD application using Flask and MySQL with docker
-
git clone https://github.com/aleti-pavan/docker-flask-crud.git
-
cd docker-flask-crud\
-
docker-compose up -d
to start the app in detach mode -
docker-compose down
to stop the app
http://< ip >:5000
where ip
is either localhost / 127.0.0.1
or docker ip host. App should appear something like below