r8myprof is a laravel web platform that allows students to rate their professors and courses in order to have a public record of professors' performence.
Students are able to:
- Add new professors and assign them to a university.
- Rate professors for a course they took.
- Add new universities and courses.
In its current state signing up requires an @.edu email account to help with moderating the website.
- Clone the repo
git clone https://github.com/t-gitt/r8myprof.git - Next, change the needed variables in
.envfile as follows:- Set gmail info for email verification:
MAIL_USERNAME=example@gmail.comMAIL_PASSWORD=********MAIL_FROM_NAME=Example
- Set database info:
DB_DATABASE=ratemyprofDB_USERNAME=rootDB_PASSWORD=*******
- Set gmail info for email verification:
- Run
php artisan migrateto create the tables - Run
php artisan serveto host it onlocalhost:8000or direct your virtual host tor8myprof/public/
3 years of university-induced depression lol



