Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linzap/py-api-server
starter kit
https://github.com/linzap/py-api-server
Last synced: 16 days ago
JSON representation
starter kit
- Host: GitHub
- URL: https://github.com/linzap/py-api-server
- Owner: LinZap
- Created: 2016-07-21T14:50:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T15:05:15.000Z (over 8 years ago)
- Last Synced: 2024-04-14T20:04:21.983Z (10 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Flask Starter Kit
這是一個使用 [Flask](http://flask.pocoo.org/)作為 Framework 的快速上手包。Flask 能夠快速建立 RESTful 的 API Service,可以透過這個快速包進行改建。
## Build
安裝相依套件,在高於`Python 3.2` 的環境可以正常執行。
```
git clone https://github.com/LinZap/py-api-server.git
cd py-api-server
pip install -r requirements.txt
```## Launch
啟動 Server
```
py server.py
```## License
BSD License [Flask License](http://flask.pocoo.org/docs/0.11/license/)