An open API service indexing awesome lists of open source software.

https://github.com/jithinolickal/python-mysql-flask-app

Sample python Flask app with pymysql connection
https://github.com/jithinolickal/python-mysql-flask-app

api flask mysql pymysql python

Last synced: 3 months ago
JSON representation

Sample python Flask app with pymysql connection

Awesome Lists containing this project

README

          

# Sample python Flask app with pymysql connection

1. Install required packages
```
pip install -r requirements.txt
```
2. Run Flask app by running file `simpleRest.py`