Build Restful web services using spring boot and MongoDB.
- Java 1.8 +
- Maven 3.8 +
- MongoDB
-
Clone the project
https://github.com/himash79/Spring-boot-MongoDB-RestAPI-CRUD.git
-
Create MongoDB Database
Create database import attached query data to table.
-
Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
-
Open project using intelij / eclipse
-
Set up database configurations in application.properties file
spring.data.mongodb.database = Developer database name spring.data.mongodb.port = Developer database port
- Peform operations exposing related APIs.