Team members: Ayesha Krishnamurthy, Nehir Akdağ, Simon Hsu
This is a open source project that we built for our 3rd year web development class.
The idea behind this is we are tired of RateMyProf doesnt satisfied our need for course information, therefore we built a platform that combines the functionalities of Docuum, RateMyProf, and added extra features to help you keep track of your academics.
this project is built in a modularized way(thanks to Nehir) to help inspiring others more easily.
clone the repo and then uses the command line to cd into that directory(where main.py is)
for Linux: type 'export FLASK_APP=main.py'
for windows: type 'set FLASK_APP=main.py'
then type 'python -m flask run' to run it locally on XAMPP
where you should be able to see it if you type in localhost:8888 on a web browser.
if you dont have python, flask, or flask_bootstrap, the commend line will ask you to download them using python pip tool.
