Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-boot-mongodb-restapi-crud
Build Restful web services using spring boot and MongoDB.
https://github.com/himash79/spring-boot-mongodb-restapi-crud
crud-operation mongodb mongoose restful-api spring-boot
Last synced: about 1 month ago
JSON representation
Build Restful web services using spring boot and MongoDB.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-mongodb-restapi-crud
- Owner: himash79
- Created: 2022-05-02T04:00:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T18:04:32.000Z (over 1 year ago)
- Last Synced: 2023-09-07T20:34:00.670Z (over 1 year ago)
- Topics: crud-operation, mongodb, mongoose, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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 project
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 / eclipse05) Set up database configurations in application.properties file
spring.data.mongodb.database = Developer database name
spring.data.mongodb.port = Developer database port
## Expose Rest APIs01) Peform operations exposing related APIs.