RateMyProf is a Django application to show the true faces of the professors of the IIT KGP realm.
Clone the repository
git clone https://github.com/DefCon-007/rateMyProfessorChange directory to the project source
cd rateMyProfessorInstall pipenv using pip
pip install pipenvUse pipenv to install dependancies.
pipenv install --devMake a copy of config-template.ini in the same directory named config.ini and add the required values.
cp rateMyProf/config-template.ini rateMyProf/config.ini
vim rateMyProf/config.iniOpen pipenv shell and launch the Django server
pipenv shell
python rateMyProf/manage.py runserverPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.