Skip to content

Commit 87d2eb4

Browse files
committed
Update README.md
1 parent a892e37 commit 87d2eb4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# crud-application-using-flask-and-mysql
22
A simple CRUD application using Flask and MySQL
3+
4+
### Requirement
5+
6+
* Python 2.7 or Python 3.x
7+
* Database: MySQL
8+
* Python Libraries: Flask and PyMySQL
9+
10+
### Running server.py
11+
```
12+
python3.5 server.py
13+
14+
```

0 commit comments

Comments
 (0)