Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)