dvruette / CourseReviewETH

Code for forum to review courses at ETH

Home Page:https://n.ethz.ch/~lteufelbe/coursereview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CourseReviewETH

If you wanna see the forum in action: https://n.ethz.ch/~lteufelbe/coursereview/

Code for forum to rate and review all courses in ETHZ. Works with SwitchAAI of nethz website to verify users.
Reviews will need to be approved before being released and the UniqueId (different per university, for ETH: "string-of-numbers@ethz.ch") will be saved with review for users to be able edit them later on.
Nothing else is saved to still somewhat have anonymity as you cannot (easily) find the UniqueId of a Student.

Run Flask app

  1. Create virtual environment
python3 -m venv .venv
source .venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Run Flask app
flask run

About

Code for forum to review courses at ETH

https://n.ethz.ch/~lteufelbe/coursereview/

License:The Unlicense


Languages

Language:PHP 50.2%Language:Python 23.0%Language:Jinja 14.3%Language:CSS 11.8%Language:Hack 0.5%Language:Roff 0.2%