This project aims to simplify the process of researching availability and attainability of enrolling in some of the most popular universities in the world. The goal is to provide accurate data and information with easy to use and intuitive interface.
- Python 3.x
- Django
- Node.js
- Angular
- Jupyter
- Clone the repository:
git clone https://github.com/IvanDzanija/UniMatch.git- Run the frontend server:
cd code/frontend/UniMatch.Frontend/
npm install
ng serve- Run the backend server:
cd code/backend
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserverThis project is accompanied by a scientific paper detailing the motivation, methodology, and evaluation of UniMatch.
You can read the paper here.
Contributions to this project are welcome! If you have suggestions for improvements or would like to report issues, please submit a pull request or open an issue on GitHub.
This project is licensed under the MIT License.
For any questions or inquiries about this project, please contact the contributors.
Luka Alfirević -- luka.alfirevic@fer.unizg.hr;
Karlo Bašić -- karlo.basic@fer.unizg.hr;
Rita Zonjić -- rita.zonjic@fer.unizg.hr
Adam Šinjori -- adam.sinjori@fer.unizg.hr;
Džanija Ivan -- ivan.dzanija@fer.unizg.hr;