Skip to content

arislaode/crud-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published