It is a project that takes the parameters such as the courses I want to take this semester, the days I don't want to go to school, the hours I don't want to attend the classes from the user, and creates weekly course schedule alternatives and presents them to the users' choice.
This project continues to be developed in line with the wishes of the users.
Frontend: React, Bootstrap, MUI
Backend: Python, Flask
Clone the project
git clone https://github.com/heudev/ieutimetable.git
Go to api folder
cd api
Run API
python3 app.py
Go to client folder
cd client
Install the required packages
npm install
Run server
npm start
Not all courses in real project are included in json file in this repository.