Skip to content
/ fyt Public

๐Ÿง‘โ€๐ŸŽ“ Find Your Tutor quicker than ever before!

Notifications You must be signed in to change notification settings

cygnus55/fyt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Find Your Tutor

homepage

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.

Getting Started

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.

Developers

Releases

No releases published

Packages

No packages published

Languages