Skip to content

himash79/Spring-boot-MongoDB-RestAPI-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Spring boot, MongoDB, Rest-API, CRUD

Build Restful web services using spring boot and MongoDB.

Requirements

  1. Java 1.8 +
  2. Maven 3.8 +
  3. MongoDB

Project setup

  1. Clone the project

    https://github.com/himash79/Spring-boot-MongoDB-RestAPI-CRUD.git
    
  2. Create MongoDB Database

    Create database import attached query data to table.
    
  3. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  4. Open project using intelij / eclipse

  5. 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

  1. Peform operations exposing related APIs.

About

Build Restful web services using spring boot and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages