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

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

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