https://github.com/callicoder/bagpiper
A referral and coupon generation app built using django-rest-framework
https://github.com/callicoder/bagpiper
django-rest-framework python
Last synced: about 2 months ago
JSON representation
A referral and coupon generation app built using django-rest-framework
- Host: GitHub
- URL: https://github.com/callicoder/bagpiper
- Owner: callicoder
- Created: 2015-10-15T15:13:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T15:13:52.000Z (over 9 years ago)
- Last Synced: 2025-04-19T08:34:33.268Z (2 months ago)
- Topics: django-rest-framework, python
- Language: Python
- Size: 133 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# clone the project
git clone https://[email protected]/somit/bagpiper.git
# use virtualenv
virtualenv venv
source venv/bin/activate# install python dependencies
pip install -r requirements.txt# install client side dependencies
npm install && bower install# migrate database
python manage.py migrate# run the app
python manage.py runserver# Add some coupons