-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
# Spring-boot-MongoDB-RestAPI-CRUD | ||
## Spring boot, MongoDB, Rest-API, CRUD | ||
|
||
Build Restful web services using spring boot and MongoDB. | ||
|
||
## Requirements | ||
|
||
01) Java 1.8 + | ||
02) Maven 3.8 + | ||
03) MongoDB | ||
|
||
## Project setup | ||
|
||
01) Clone the prject | ||
|
||
https://github.com/himash79/Spring-boot-MongoDB-RestAPI-CRUD.git | ||
|
||
02) Create MongoDB Database | ||
|
||
Create database import attached query data to table. | ||
|
||
03) Clean and build the project using maven | ||
|
||
open command line (CMD) in project directory and execute 'mvn clean install' | ||
04) Open project using intelij / eclipse | ||
|
||
05) Set up database configurations in application.properties file | ||
|
||
spring.data.mongodb.database = Developer database name | ||
spring.data.mongodb.port = Developer database port | ||
## Expose Rest APIs | ||
|
||
01) Peform operations exposing related APIs. |