Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanv92/spring-pet-clinic

Spring (pet clinic)
https://github.com/sanv92/spring-pet-clinic

Last synced: about 2 months ago
JSON representation

Spring (pet clinic)

Awesome Lists containing this project

README

        

## Build with Gradle
./gradlew build

## Run jar file in Docker container
docker build -t pet-clinic .
docker run --rm -it -p 8085:8080 pet-clinic