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

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.

Awesome Lists containing this project

README

        

# Setup

To setup, install Flask:

```
pip install flask
```

# Run

Once Flask is installed, you can run:

```
python app.py
```