Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jin10086/bosapi
https://github.com/jin10086/bosapi
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jin10086/bosapi
- Owner: jin10086
- Created: 2019-01-11T16:39:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T05:10:43.000Z (almost 6 years ago)
- Last Synced: 2024-11-18T03:33:47.918Z (about 1 month ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 一个简单的使用flask 搭建Api的项目
主要目的是快速开发...
后续项目都可以基于此开发.
## 使用了以下依赖
- [flask](http://flask.pocoo.org/)
- [flask-caching](https://flask-caching.readthedocs.io/en/latest/)
- [flask-pymongo](https://flask-pymongo.readthedocs.io/)
- [flask-cors](https://flask-cors.readthedocs.io/en/latest/)
- [flask-restful](https://flask-restful.readthedocs.io/)## 如何使用
`virtualenv --no-site-packages venv`
`source venv/bin/activate`
`pip install -r requirements.txt`
`python app.py`