Giter Site home page Giter Site logo

gdsoumya / eduwonder Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 1.9 MB

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

Python 100.00%
python flask education-platform hackathon-project

eduwonder's Introduction

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.

eduwonder's People

Contributors

gdsoumya avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

marmikreal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.