Find Your Tutor is a platform for students to choose the best person to guide them through their studies. It not only helps students find tutors but also helps tutors find students based on recommendations using different parameters.
It uses Flask for developing the web-application. It also uses HTML, CSS, and Vanilla JS in the frontend in addition to Bootstrap.
For setting up the project, run the following:
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
After setting up the environment variables, run the following through terminal:
flask run
Finally, navigate to localhost:5000
from your web browser.