Puck
Puck copied to clipboard
:fire::fire:web micro-frame, quickly developing restful api
Puck

Puck is a micro web framework for developers to build restful api quickly.
why Puck?
- brief code to build restful api
- easy to learn and to use
- focus on restful web api, easy to return JSON object
- router system is convenient, support dynamic router
- Default use Redis to store session
Before use Puck
-
install Redis and start it.
wget http://download.redis.io/redis-stable.tar.gz tar xvzf redis-stable.tar.gz cd redis-stable makeif you uses mac OSX, you can install like this:
brew install redisstart it:
$ redis-server -
install puck
you can use pip to install it:
$ pip install pucksor you can install from source code:
$ git clone https://github.com/EricQAQ/Puck $ cd Puck $ python setup.py install
How to use
The tutorial is here
If you think Puck is good, Plz START~~ :relaxed::relaxed: