Skip to content

ninapavlich/proxydoodle-web-server

Repository files navigation

proxydoodle

Dependencies

To work with this project locally you will need the following software:

Quickstart

To bootstrap Django:

cd path/to/project/repository
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
manage.py syncdb --migrate

To Bootstrap the front-end with Grunt:

cd proxydoodle/frontend
npm i
bower install
grunt watch

About

Server application for Proxydoodle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published