Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.08 KB

File metadata and controls

30 lines (19 loc) · 1.08 KB

Schedule Planner

Deploy

Description

University schedule planner web application.

Development

Starting the server locally

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.)

Starting the client locally

You will need NodeJs. (Download from the official site or use nvm.)

  1. Go into the web/ directory.
  2. npm install to install the dependencies.
  3. npm run dev to start the development server.

Deployment

New commits to the main branch automatically trigger a deploy workflow, that builds and deploys the project to Azure.