Skip to content

A simple web app to help humans of IIT KGP in selecting the best course for semester

License

Notifications You must be signed in to change notification settings

DefCon-007/rateMyProfessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate My Professor

RateMyProf is a Django application to show the true faces of the professors of the IIT KGP realm.

Installation

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

Contributing

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.

License

MIT

About

A simple web app to help humans of IIT KGP in selecting the best course for semester

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published