An open API service indexing awesome lists of open source software.

https://github.com/himash79/spring-boot-mongodb-docker-application

Build Restful webservices using Spring boot and store records in MongoDB and intergrate with Docker.
https://github.com/himash79/spring-boot-mongodb-docker-application

docker docker-compose mongodb restful-api spring-boot

Last synced: about 1 year ago
JSON representation

Build Restful webservices using Spring boot and store records in MongoDB and intergrate with Docker.

Awesome Lists containing this project

README

          

# Spring-boot-mongoDB-Docker-Application
Build Restful webservices using Spring boot and store records in MongoDB and intergrate with Docker.

## Requirements

01) Java 1.8
02) Maven 3.8
03) Docker
04) MongoDB

## Project setup

01) Clone the project

git clone https://github.com/himash79/Spring-boot-mongoDB-Docker-Application.git

02) Setup Docker Enviroment

Install docker locally.

03) Intergrate with Docker.

Follow the instruction in `projectConfig.txt` file and expose the rest end-points.