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.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-mongodb-docker-application
- Owner: himash79
- Created: 2022-09-08T19:05:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T19:10:34.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T18:52:27.067Z (about 1 year ago)
- Topics: docker, docker-compose, mongodb, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.