A web application produced by the CSSA APPs development team. Students at the University of Michigan can use RMP to give comment to their professors and courses, as well as search other students' comment records.
https://app.um-cssa.org/rate-my-professor/
- Preparation
git clone https://github.com/umcssa/rate-my-professor.git
cd rate-my-professor
- Back-end in Flask
cd server
python3 -m venv env
source env/bin/activate
pip install -e .
./bin/rmprun
- Front-end in React
cd client
npm install
npm start
If you are a member of UM-CSSA and have passion for web development, welcome to join our CSSA APPs development team! Please contact [email protected].