University schedule planner web application.
You will need Go.
In the root of the project run:
go run .
(You can run the solver tests by running go test -v in the solver/ directory. -v stands for verbose, otherwise it wouldn't display the logs.)
You will need NodeJs. (Download from the official site or use nvm.)
- Go into the
web/directory. npm installto install the dependencies.npm run devto start the development server.
New commits to the main branch automatically trigger a deploy workflow, that builds and deploys the project to Azure.