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

https://github.com/osule/flask_restplus_cat_api

Application structure for easy resource sharing
https://github.com/osule/flask_restplus_cat_api

flask-pymongo flask-restplus

Last synced: 9 months ago
JSON representation

Application structure for easy resource sharing

Awesome Lists containing this project

README

          

# Flask Restful Plus Demo #

Architecting Flask Restful Plus-based projects for easy resource sharing.

## Installation ##
```bash
pip install -r requirements.txt
```

## Run ##
```bash
PYTHONPATH=$(pwd) python demo/main.py
```