Java Spring Boot MongoDB🔧 Tech StackSpring BootMongoRepositoryMongoTemplateModelMapperPaginationMail SendingValidationGlobalExceptionHandler⚡ HOW TO RUNFirst step is clone the project with : git clone https://github.com/MET-DEV/Java-Spring-Boot-MongoDB-Example.gitSecond step is up your mongo image with : docker run -d -p 27017:17017 --name app_db mongoThird step is up the project with: docker run -p 8080:8080 --name myapp --link app_db:mongo -d myapp:1.0✅ And check project running state from swaggerSwagger Url : http://localhost:8080/swagger-ui/index.html#