Skip to content

bow2/Peer-Learning

 
 

Repository files navigation

Peer-Learning

A web application that allows students to group up with other users in the same class and collaboratively tackle problems posted by the instructor.

Home Page Screenshot:

image

Instructor Panel Screenshot:

image

Student Answer Page Screenshot:

image

Profile Page Screenshot:

image

DEPLOY

clone repo:

git clone git@github.com:zhang13music/Peer-Learning.git
cd Peer-Learning

install dependencies (ideally within virtual environment):

pip install -r requirement.txt

init database:

python db_create.py

run flask application:

python application.py

NOTE: Make sure the python version under using is Python 2.

About

A web application for students to group up and collaboratively tackle problems posted by instructor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.8%
  • Python 36.8%
  • JavaScript 18.4%
  • CSS 7.0%