Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 309 Bytes

flask-crud-app

This is simply Python Flask Crud web application

For run this project, you run this commands on bash:

$ sudo apt install python-mysqldb
$ sudo pip3 install flask flask_mysqldb
$ sudo pip2 install flask flask_mysqldb
$ sudo python App.py and open browser on http://localhost:3000