A small web application which lets you draw images on a canvas.
The color of the pen will change with every time you click on the canvas.
Images can be saved on the server.
If you find an image that's inappropriate, you can flag it with the report button and it wont be shown until it has been reviewed manually.
git clone https://github.com/ColdIV/drawingboard.git
cd drawingboard
virtualenv env
source env/bin/activate
.\env\Scripts\activate
pip install -r requirements.txt
Rename .config.example
to .config
and add a port and a secret key
Run the script with python app.py dev
for development or with python app.py
for production