https://github.com/sugrado/spring-docker-demo
CRUD Rest API with Spring for Docker Compose.
https://github.com/sugrado/spring-docker-demo
api crud-api docker docker-compose dockerfile spring-boot
Last synced: 2 months ago
JSON representation
CRUD Rest API with Spring for Docker Compose.
- Host: GitHub
- URL: https://github.com/sugrado/spring-docker-demo
- Owner: sugrado
- Created: 2022-05-04T15:28:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T16:03:33.000Z (about 4 years ago)
- Last Synced: 2025-05-25T10:43:08.558Z (about 1 year ago)
- Topics: api, crud-api, docker, docker-compose, dockerfile, spring-boot
- Language: Java
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Compose Demo Application With Java-Spring
CRUD Rest API with Spring for Docker Compose.
To run this api, open a new terminal in project location and run these commands respectively:
```cmd
docker-compose build
docker-compose up
```