Skip to content

Ejobat/peer-grading-flask-material

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer Grading and Review System

Peer Grading and Review System is a grading and feedback system for courses with peer grading structure. It was built as a course requirement during my masters at IIT Bombay. It is a built using Python Flask Microframework, SQLite database, Materialize CSS.

Installation

  1. Install python-flask in a virtual environment. Flask Installation using Virtual Environment
  2. Install flask-httpauth. Flask HTTPAuth docs

pip install flask-httpauth

  1. Go to the web directory where the code is installed on the server in command prompt/terminal.
  2. Find the python file db.py and execute it.
  3. Hit the URL at which you have setup the project

http://localhost:5000/

  1. You should get the home page of the application.

Quick Start

If you are on Linux, you can ignore steps 1, 2 and 3 and simply run setup.sh to install the project instead.

Developers

  • Vaibhav Tripathi
  • Prerana Singhal

Official Documentation

Documentation for the framework can be found on the Flask documentation.

License

This project is open-sourced software.

About

Peer grading system. (Course Project at IIT Bombay)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.3%
  • CSS 38.0%
  • HTML 6.6%
  • Python 4.1%