Skip to content

kasmihmed/furniturepegsvisualization

Repository files navigation

furniturepegsvisualization

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.

how to install

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published