Skip to content

wanguiwaweru/Office-Hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Office Hours

This is a web application that allows lecturers and teaching assistants to conduct office hours online.

The instructor can create a room where students can join and post their questions.

Features

  • User Authentication
  • Creating Rooms
  • Chat Functionality
  • Search for Room based on topic

demo

Built With

  • Python
  • Django
  • JavaScript
  • HTML
  • CSS

Getting Started

Clone the repository using:

git clone https://github.com/wanguiwaweru/Office-Hours.git

Move into the directory with the project files

cd Office Hours

Create a virtual environment :

pip install virtualenv
virtualenv envname

Activate the virtual environment :

envname\scripts\activate

Install the requirements :

pip install -r requirements.txt

Run the App:

python manage.py runserver

Head over to http://127.0.0.1:8000/ to view the project.

About

More interactive office hours

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published