Sample Spring Boot application with MongoDB connectivity.
#Overview: This project adds data to the MongoDB database and shows the capabilties of Mongo DB fetching/querying capabalities.
#Setup Steps before running this project
- Install Java 8
- Install MongoDB 3.4
- Start MongoDB (Via command prompt)
- Install and open Robomongo client - MongoDB client to check the database
- Create database "mytest"
Note: pom.xml has all the dependencies.