arislaode / crud-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crud-application-using-flask-and-mysql

A simple CRUD application using Flask and MySQL

Built With

  • Python
  • Python Libraries: flask and pymysql
  • MySQL
  • AdminLTE 2

Running on Docker

docker-compose up -d

After executing, you will have 2 running cointainers on your Docker host: phonebook-app and phonebook-mysql. For accessing the web application, open your browser and go to http://your-docker-host-ip-address:8181

To destroy the containers, execute:

docker-compose down --rmi all

About


Languages

Language:HTML 53.2%Language:CSS 28.8%Language:Python 18.0%