This project provides the features of a drawing canvas with features involving drawing, erasing, changing colors, etc. online. It also allows users to save and load their drawings. This project is implemented using Django Framework (Python), d3JS, ReactJS, Javascript, HTML(Bootstrap) and CSS.
- Python 3.6.8
- Django 2.2.1
- Javascript (ReactJS-16.8.6 and d3JS-4.13.0)
- SQLLite
- Bootstrap ( HTML / CSS / Javascript )
Type the following commands in sequential order:
source env/bin/activate (To activate virtual environment)
cd Drawing-Canvas
python3 manage.py runserver
To deactivate the virtual environment:
deactivate