Containerized backend for RemindMe! built with Spring Boot.
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