Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 898 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 898 Bytes

Handy Virtual Classroom

This is a project to enhance online teaching and learning during COVID-19 and beyond.

Demo Link: https://handy-vc.herokuapp.com/

It is built with Django version 3.0.5 with python 3.8.1

Prerequisites

Python 3.8.1 or above
Django 3.0.5 

Installation

To use the application, clone the repository 'git clone https://github.com/clemsedem/handy-virtual-classrom.git'

python manage.py makemigrations
python manane.py migrate

Run the server

python manage.py run server

This command will start the application in development mode at localhost:8000

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Disclaimer

No warranty expressed or implied. Software is as is.