This repository contains the management interface of the Aurora software suite. The backoffice is primarily responsible for sending commands to the core over HTTP. To see the current state of Aurora, the backoffice can also receive SocketIO messages.
../aurora-core
.
This is necessary to generate the required API client files (installation step 2).yarn
.yarn gen-client
to generate the Typescript files required to communicate with the core.yarn dev
.Deployment is done using Docker-compose in the core repository. This should work out of the box if you meet the prerequisites.
Copyright © 2023-2024 Study Association GEWIS - Some rights reserved. You can use our software freely within the limits of our license. However, we worked very hard on this project and invested a lot of time in it so we ask you to leave our copyright marks in place when modifying our software. Of course, you are free to add your own.
Aurora uses the AGPL-3.0 license.