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

https://github.com/zapier/resthookdemo

A quick and easy demo application for rest hooks.
https://github.com/zapier/resthookdemo

sample-code

Last synced: 11 months ago
JSON representation

A quick and easy demo application for rest hooks.

Awesome Lists containing this project

README

          

resthookdemo
============

Check it out live at [http://demo.resthooks.org/](http://demo.resthooks.org/).

### Run Locally

Assuming you use virtualenv:

```
git clone git@github.com:zapier/resthookdemo.git
mkvirtualenv resthookdemo
pip install -r requirements.txt
./manage.py syncdb
./manage.py loaddata crm.json
./manage.py runserver
```

Log in as user/admin on `http://localhost:8000/` and enjoy!