Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.82 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.82 KB

Classroom

An Open-Source Google Classroom alternative in django.

GitHub Discord Django

Features

  • Create a class
  • Join a class
  • Modifible Classname, Class banner
  • Doesn't track you
  • Clean interface

Soon to be completed and will be ready for beta.

Meanwhile, Join our Discord server for development and early user sign up.

Early Preview

  • Home

  • Profile

  • Create a Class

  • Join a Class

  • Login

Local Installation

  • clone/download the repo.
  • go to project folder.
  • run pip install -r requirements.txt.
  • then run python manage.py runserver.
  • visit http://127.0.0.1:8000/ in your browser.
Ask you queries by Joining our Discord server.

Contributors 🦸