Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 619 Bytes

Major-Project

Major Project

Setup in local

Setup Redis for Channels.

Redis docker container docker run -p 6379:6379 -d redis

Setup Django app.

Create virtual env python3 -m venv venv
Activate virtual env source venv/bin/activate
Install requirements pip install -r requirements.txt
Start dev server python manage.py runserver

New Features

  1. Kicking student’s
  2. Copy button for Code.
  3. Google authentication
  4. Share board snapshot
  5. Canvas board adding
  6. Adding Notes
  7. Fix: Remove add page, remove notes section from dashboard, higlight colors, add tooltip on icons