https://github.com/PrettyPrinted/processing_request_data
An example of processing request data in Flask.
https://github.com/PrettyPrinted/processing_request_data
Last synced: 4 months ago
JSON representation
An example of processing request data in Flask.
- Host: GitHub
- URL: https://github.com/PrettyPrinted/processing_request_data
- Owner: PrettyPrinted
- Created: 2017-09-11T20:44:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T20:45:31.000Z (over 7 years ago)
- Last Synced: 2024-08-13T07:08:36.626Z (8 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 19
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - PrettyPrinted/processing_request_data - An example of processing request data in Flask. (Python)
README
# Setup
To setup, install Flask:
```
pip install flask
```# Run
Once Flask is installed, you can run:
```
python app.py
```