Skip to content

apurbadh/Minerva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minerva

A platform for sharing selfmade courses, quizes to other in the platform

Table of Contents

Information

Minerva is an open source platform for people to learn valuable skills. It is a platform dedicated to anyone with a will to learn. We, the creators of Minerva, beleive that education is a basic right and everyone needs to have access to it. Hence why, we have developed this platform for those who want to enhance their learning experience.

Screenshots

Banner

Technologies

For backend, Minerva runs on Python's Django framework. It is built with HTML, CSS and JS with jinja templating engine for frontend. It is fast precise and functional with beautiful UI.

Setup

How to Run ?

From python on host machine

To run this app from python on the host machine run the following commands

For Windows

python -m pip install -r requirements.txt
python manage.py runserver

For Linux/Mac

python3 -m pip install -r requirements.txt
python3 manage.py runserver

Using virtualenv

For Windows

./venv/Scripts/activate
python manage.py runserver

For Linux

source venv/bin/activate
python3 manage.py runserver

Using Docker

docker-compose up -d

Status

Project is : Developed

Inspiration

Education is a necessity and an intergral core of our life, which needs to be attainable by everyone, anywhere. We ourselves, during our childhood, had no access to facilities such as this. We lacked the oppportunity to get services like this and make our learning experience easier and better. As such, we were inspired to create a platform where anyone can access the courses they require. What we couldn't get for ourselves, we wish to provide to others.

Contact

You can contact us at [email protected]

About

A platform for sharing selfmade courses, quizes to other in the platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors