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.
- NodeJS 22.
- A locally running copy of aurora-core.
The backoffice repository should be cloned next to the core repository, so in the folder
../aurora-core
. This is necessary to generate the required API client files (installation step 2).
- Run
yarn
. - Run
yarn gen-client
to generate the Typescript files required to communicate with the core. - Run
yarn dev
. - The application is now running at http://localhost:8080. In a development environment with a local copy of Aurora Core, you should be logged in automatically.
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.