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/rateMyProfessor
Change directory to the project source
cd rateMyProfessor
Install pipenv using pip
pip install pipenv
Use pipenv to install dependancies.
pipenv install --dev
Make 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.ini
Open pipenv shell and launch the Django server
pipenv shell
python rateMyProf/manage.py runserver
Pull 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.