Skip to content

Web-based pixel art application where users can create pixel art with their friends.

Notifications You must be signed in to change notification settings

crockk/collaborative-canvas

Repository files navigation

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

About

Web-based pixel art application where users can create pixel art with their friends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published