Skip to content

edwinvandeb/student-mobility-broker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

student-mobility-broker

Build Status codecov

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 45.2%
  • Svelte 38.6%
  • JavaScript 14.7%
  • SCSS 1.3%
  • Other 0.2%