Skip to content

andryfailli/remindme-backend

Repository files navigation

RemindMe! Backend

Containerized backend for RemindMe! built with Spring Boot.

Build Status Coverage Status Quality Gate SonarCloud Bugs SonarCloud Vulnerabilities SonarCloud Technical Debt

Build

If you want to trigger a build, run mvn clean package (you need to have Docker installed and running). Note that you should set these additional arguments

  • spring.data.mongodb.uri
  • firebase.config.serverKey

For example mvn -D"spring.data.mongodb.uri"="mongodb://localhost:27017/remindme" -D"firebase.config.serverKey"="...." clean package