This project is for students who are taking courses from multiple years or curricula and are struggling to put together a good class schedule.
This application is made in React.
-
Make sure that the backend server is running. If this is not the case yet, first follow the instructions at https://github.com/ruben-bottu/class-scheduler-backend
-
Start Docker Desktop.
-
Run the command
docker compose up -d
in your terminal. This will launch all the necessary Docker Containers.
-
Browse to: http://localhost:8001
-
Search for the courses that you added in
secret-load.sql
in the backend.
If you completed these steps, then your frontend is running smoothly.
docker build -t localhost:5000/isp-frontend . --build-arg API_URL=http://something:8000