Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defcon-007/ratemyprofessor
A simple web app to help humans of IIT KGP in selecting the best course for semester
https://github.com/defcon-007/ratemyprofessor
Last synced: 2 months ago
JSON representation
A simple web app to help humans of IIT KGP in selecting the best course for semester
- Host: GitHub
- URL: https://github.com/defcon-007/ratemyprofessor
- Owner: DefCon-007
- License: mit
- Created: 2018-12-30T10:43:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:31:24.000Z (about 2 years ago)
- Last Synced: 2023-03-02T12:12:11.415Z (almost 2 years ago)
- Language: CSS
- Homepage: https://ratemyprof.defcon007.com
- Size: 2.18 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/DefCon-007/rateMyProfessor
```Change directory to the project source
```bash
cd rateMyProfessor
```Install pipenv using pip
```bash
pip install pipenv
```Use pipenv to install dependancies.
```bash
pipenv install --dev
```Make a copy of `config-template.ini` in the same directory named `config.ini` and add the required values.
```bash
cp rateMyProf/config-template.ini rateMyProf/config.ini
vim rateMyProf/config.ini
```Open pipenv shell and launch the Django server
```bash
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](https://choosealicense.com/licenses/mit/)