Broker for educational cross-institution registrations.
- Java 8
- Maven 3
- Yarn 1.x
- NodeJS 14+
This project uses Spring Boot and Maven. To run locally, type:
cd student-mobility-broker-server
mvn spring-boot:run
To build and deploy (the latter requires credentials in your maven settings):
mvn clean deploy
The client is build with Svelte and to get initially started:
cd student-mobility-broker-client
yarn install
yarn dev
Browse to the application homepage.