- Type:
maven clean compile
to compile the project - Have MongoDb running locally with a user: test/test and db: test
- Run the API locally by going to ./api directory and typing
mvn spring-boot:run
- API available at: http://localhost:8080/api
For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Web
- Rest Repositories
- Spring Data MongoDB
- Spring HATEOAS
The following guides illustrate how to use some features concretely: