this is a project that is used for bechmarking the use of canvas and svg in an interactive web application. the web application is a visualization app that gives the customer a feeling of the final product look and feel.
- install python : link
- install pip : link
- clone the project
- mkvirtualenv pegs (optional: to create a virtual environment)
- workon pegs (optional: to activate the virtual environment created)
- install the requirement files : pip install -r requirements.txt
- create the database tables :
./manage.py migrate
- load the first data to the datbase :
./manage.py loaddump dump.json