Skip to content

Shetty073/soak-your-brain-elearning-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soak-your-brain-elearning-app [WIP]

An e-learning management platform (like Google Classroom) built in Django (python)

Screens

sybadmin screens collegeadmin screens teacher screens student screens

About this project

I made this project for my college degree's final year project work. This is an e-learning management system just like Google's Classroom but opensource. My initial plan was to develop a SaaS platform but this can be used for local deployments too (with minor tweaks required). I believe that there is a lot of potential in this project. I will continue to work on this in my free time and make this production ready.

Database

  • I am using MySql server

Note:

  • <script></script> tags in base.html are not available for college_base.html and vice versa.

How to run?

  1. do pipenv install and then pipenv shell
  2. migrate using python manage.py migrate
  3. load data from fixtures python manage.py loaddata plans
  4. Create superuser python manage.py createsuperuser
  5. Go and edit superuser from django's admin panel - assign this superuser to sybadmin group
  6. You are all done

Do you wish to contribute?

  • Head over to the issues and select a issue of your liking.
  • If you have any doubts or need explanation of any issue then post question in the respective issue thread.
  • Please don't create new issues for asking questions about already open issue, use that particular issue's thread for asking questions or head over to discussions.

Found a bug? Use these templates as reference for creating issues:

License info

MIT License

Copyright (c) 2021 Ashish Shetty

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.