Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 745 Bytes

readme.md

File metadata and controls

37 lines (25 loc) · 745 Bytes

Collaborative Canvas

Collaborative Canvas is a web application, where user’s own a canvas profile, and can contribute pixels to other user’s canvases

Installation

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

Usage

run python database.py to initialize the sqlite database file.

run python app.py 

Navigate to localhost:5000 to access the application.

Contributing

We welcome pull requests. Please make sure updates pass tests.

License