Spring Boot application that implements a book's repository using CRUD (Create, Read, Update, Delete) operations to create and recover objects (books) stored in a MongoDB data base using Spring Data MongoDB. The GUI is made using the framework Vaadin.
- Spring Boot
- Vaadin - Java web framework - https://vaadin.com
- Spring Data MongoDB
- MongoDB https://www.mongodb.com
./gradlew build
java -jar build/libs/mongodb-0.0.1-SNAPSHOT.jar
- Download and install MongoDB data base
- Connect to the server via http://localhost:8080 and use the GUI to check the CRUD operations.