Collaborative Canvas is a web application, where user’s own a canvas profile, and can contribute pixels to other user’s canvases
Use the package manager pip to install prerequisites for Collaborative Canvas.
pip install -r requirements.txt
OR
manually pip install the following:
Flask
Flask_nav
Flask_bootstrap
Peewee
Flask_login
Bcrypt
re
run python database.py to initialize the sqlite database file.
run python app.py
Navigate to
localhost:5000
to access the application.
We welcome pull requests. Please make sure updates pass tests.