AN ONLINE CLASS PORTAL
This portal provides all functionalities for conduction of a smooth online classroom by school/College.
Installation
- Clone the repo Or Run
git pull origin masterif already cloned. - Visit the root directory. Root directory is the directory where manage.py file located.
- delete db.sqlite file if present in root.
- open cmd in this root. Run
pip install -r requirements.txtin cmd to install all dependancies. - Run
python manage.py makemigrations - Run
python manage.py migrate --run-syncdb - Run
python manage.py runserver
To contribute to GURU, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <branch_name> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
If you want to contact me you can reach me at [email protected]