vishalpandeynits / GURU-LMS

This web application provides functionalities needed to conduct an online classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GURU

AN ONLINE CLASS PORTAL
This portal provides all functionalities for conduction of a smooth online classroom by school/College.

Installation

Make sure python and pip is already installed in your system

  1. Clone the repo Or Run git pull origin master if already cloned.
  2. Visit the root directory. Root directory is the directory where manage.py file located.
  3. delete db.sqlite file if present in root.
  4. open cmd in this root. Run pip install -r requirements.txt in cmd to install all dependancies.
  5. Run python manage.py makemigrations
  6. Run python manage.py migrate --run-syncdb
  7. Run python manage.py runserver

Contributing to GURU

To contribute to GURU, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <branch_name>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

Thanks to the following people who have contributed to this project:

Contact

If you want to contact me you can reach me at vishalpandeyviptsk@gmail.com

About

This web application provides functionalities needed to conduct an online classroom

License:Apache License 2.0


Languages

Language:JavaScript 66.3%Language:HTML 18.1%Language:CSS 8.6%Language:Python 7.1%Language:Procfile 0.0%