Website for comparing universities, departments and professors.
Systems Analysis and Design course project, developed using Scrum methodology.
This website is used to get information about quality of teaching and academic services in different universities, and choose the right one. Also, it has a blog to discuss about different topics in academic fields.
For more information, please read the Wiki page.
To run this project, first clone it. Then, create a python virtual environment and activate it.
virtualenv venv
source venv/bin/activateAfter that, install the requirements with pip install -r requirements.txt. Then migrate the database with
python manage.py migrateAlso, you could compile the translations using
python manage.py compilemessagesAt last, run the server:
python manage.py runserver- Python 3.8+
- Django 3+
- A computer with a web browser