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.
- Host: GitHub
- URL: https://github.com/zapier/resthookdemo
- Owner: zapier
- Created: 2013-08-24T20:28:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T04:09:18.000Z (about 8 years ago)
- Last Synced: 2025-03-28T00:04:47.026Z (about 1 year ago)
- Topics: sample-code
- Language: CSS
- Homepage: http://demo.resthooks.org/
- Size: 459 KB
- Stars: 12
- Watchers: 22
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!