Skip to content

fahad-qureshi786/spring-boot-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

How to Run

  • Install Mongodb(without compas)

  • Install Mongodb Compass

  • Create database called BookStore

  • Create collection named Book

  • You may Insert List, Set, Other Objects into the Document, and I have implemented that

  • Now you may pass following Raw JSON Data into Request Body of book/addBook API

    {
    "id": 1,
    "name": "Java",
    "isbnNumber": "ISBN-000001",
    "authorInfo": {
        "authorName": "Fahad Shahzad",
        "address": "Sukkur IBA University",
        "phone": "03017021045",
        "gender": "MALE"
    },
    "bookTags": ["Best", "Advance"]
    }

About

Spring boot using Mongodb database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages