Start the application by running:
mvn clean package -DskipTestsIf you want to automatically spin up a MongoDB for testing, use the following command:
mvn clean package -DskipTests -DembeddedMongoRun test with Maven:
mvn testBy editing ./configuration.yml, you can change the storage backend. By setting option storage to memory,
an in-memory storage will be used; By setting storage to mongodb, a MongoDB instance will be used, with its endpoint
specified in the following fields:
mongohostmongoportmongodb