Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```