Skip to content

A referral and coupon generation app built using django-rest-framework

Notifications You must be signed in to change notification settings

callicoder/bagpiper

Repository files navigation

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

About

A referral and coupon generation app built using django-rest-framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published