ErfanAY / tdfs-crud

A simple CRUD application using Flask and MySQL

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

Donate

If you want to donate to this project, please contact us:

About

A simple CRUD application using Flask and MySQL

License:MIT License


Languages

Language:HTML 54.8%Language:CSS 29.6%Language:Python 14.5%Language:Dockerfile 1.1%