Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jin10086/bosapi


https://github.com/jin10086/bosapi

Last synced: 6 days ago
JSON representation

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`