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
- Host: GitHub
- URL: https://github.com/jithinolickal/python-mysql-flask-app
- Owner: jithinolickal
- Created: 2022-11-18T14:33:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T14:34:57.000Z (over 3 years ago)
- Last Synced: 2025-06-08T12:06:09.508Z (about 1 year ago)
- Topics: api, flask, mysql, pymysql, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`