Skip to content

caroguza/shared-whiteboard

Repository files navigation

Shared-Chalkboard

Screenshot

A canvas that people can draw on, each person’s strokes are visible in a color specific to that person. The drawing is saved continously to the server, as an append-only log of strokes, if the user refreshes it is displayed without any data loss.

Installation:

virtualenv -p `which python3.6` venv
  • Install requirements: pip install -r requirements.txt

  • Create a PostgreSQL user and DB and update the settings.py file with your credentials.

  • run python manage.py makemigrations

  • run python manage.py migrate

Execution:

  • In the active Virtualenv and the project directory run
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published