Colivery is a platform to support people who can’t or dont’t want to leave home in times of Covid-19. Users can place orders to get stuff they need and others can help them by fetching these items.
To start the Engine locally, use following commands: ./mvn spring-boot:run
The configuration is done via the file config/application.properties
.
There’s an example present. Just copy the file and enter the necessary configuration.
Put the credentials, provided by Google Firebase as serviceAccountKey.json
file in the location defined in the config/application.properties
Currently, only a trivial test is done which ensures, that the service would startup.
TODO: add more tests