muhammadhanif / crud-application-using-flask-and-mysql

A simple CRUD application using Flask and MySQL

Repository from Github https://github.commuhammadhanif/crud-application-using-flask-and-mysqlRepository from Github https://github.commuhammadhanif/crud-application-using-flask-and-mysql

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 55.4%Language:CSS 29.9%Language:Python 14.6%