Skip to content

EduWonder is a collaborative learning platform that allows teachers and students to share and explore references and educational materials.

Notifications You must be signed in to change notification settings

gdsoumya/EduWonder

Repository files navigation

EduWonder

EduWonder is a collaborative learning platform that allows teachers and students to share and explore references and educational materials.

EduWonder allows it's users to create communities/groups to share information, ask questions, upload and share documents and files. This is a basic open-source structure that allows anyone to add in new features according to their needs.

This project was created as an entry for the Mozilla Hello Web Hackathon 3.0 @Mozilla Bhubaneswar and had made it to the final round.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

EduWonder requires Python (Python 2.7) .

Getting the project.

$ git clone https://github.com/gdsoumya/EduWonder.git
or 
Download and extract the Zip-File

Setting up Virtual Environemt

Setting up a virtual environment would be better for both development and normal execution purposes.

$ cd EduWonder
$ python -m virtualenv env
$ source env/bin/activate
 or (Windows machine)
$ .\env\Scripts\activate

Installing Dependencies

The Project has a few dependencies which can be installed by running.

$ pip install -r dependencies.txt 

Setting up the Database

This project uses a mysql database, the database can be changed in the '.flaskenv' file under the 'DATABASE_URL'.

To initialize the database run

$ flask db init

To run the database migrations use

$ flask db migrate
$ flask db upgrade

Starting Server

To start the Flask server run

$ flask run

A Flask development server will be initialized at http://127.0.0.1:5000/

Packages Used

Author

  • Soumya Ghosh Dastidar (Backend)
  • Suchismita Banerjee (Front-end)
  • Disha Kar (Front-end)

Contributting

Any contribution/suggestions are welcomed.

About

EduWonder is a collaborative learning platform that allows teachers and students to share and explore references and educational materials.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages