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.
- User Authentication
- Creating Rooms
- Chat Functionality
- Search for Room based on topic
- Python
- Django
- JavaScript
- HTML
- CSS
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.