We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d2eb4 commit f413930Copy full SHA for f413930
README.md
@@ -1,14 +1,29 @@
1
# crud-application-using-flask-and-mysql
2
A simple CRUD application using Flask and MySQL
3
4
-### Requirement
+### Built With
5
6
-* Python 2.7 or Python 3.x
7
-* Database: MySQL
8
-* Python Libraries: Flask and PyMySQL
+* Python
+* Python Libraries: flask and pymysql
+* MySQL
9
+* AdminLTE 2
10
11
### Running server.py
12
```
13
python3.5 server.py
14
-```
15
+```
16
+Open http://your-host-ip-address:8181 in browser.
17
+
18
+### Running on Docker
19
20
+Pull image:
21
22
+docker pull muhammadhanif/crud-flask-mysql
23
24
25
+Run:
26
27
+docker run -it --name crud-flask-mysql -p 80:80 muhammadhanif/crud-flask-mysql
28
29
+Open http://your-host-ip-address in browser.
0 commit comments