Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T16:03:33.000Z (over 2 years ago)
- Last Synced: 2024-11-08T12:43:43.365Z (2 months 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
```