Skip to content

IgorLuzarraga/mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Book´s Repository With Vaadin and MongoDB

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.

Modules:

Build the jar:

./gradlew build

Run the jar:

java -jar build/libs/mongodb-0.0.1-SNAPSHOT.jar

Test the application:

  1. Download and install MongoDB data base
  2. Connect to the server via http://localhost:8080 and use the GUI to check the CRUD operations.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published