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
- Host: GitHub
- URL: https://github.com/osule/flask_restplus_cat_api
- Owner: osule
- Created: 2018-01-20T19:35:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T20:04:39.000Z (over 8 years ago)
- Last Synced: 2025-02-08T19:29:44.203Z (over 1 year ago)
- Topics: flask-pymongo, flask-restplus
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```