Skip to content

barbarossusuz/springboot-mongodb-restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven Spring Boot - MongoDb project

What's Need

  • Maven
  • SpringBoot
  • Mongodb server (to install: brew install mongodb) (to run: mongod )
  • Robomongo (mongodb management tool)

How To Run

  • Check application.properties for database configuration
  • Maven clear - install and package(for generating query classes in target directory with querydsl library) .
  • Run project with SpringBoot application class(it will create database).
  • To set or get data use restful services

Modules (What's Inside)

Mongodb

Basic crud operation and some query operations like; "find hotels with pricePerNight with given value and at least 1 reviews with a rating greater than with given value".

Mongodb2

Image operations using Gridfs with restapi. Upload, delete and download image from mangodb.

About

Some SpringBoot and MongoDb samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages