Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanv92/movie-rental-store-application

Movie Rental Store Application
https://github.com/sanv92/movie-rental-store-application

Last synced: about 2 months ago
JSON representation

Movie Rental Store Application

Awesome Lists containing this project

README

        

### Swagger
`http://localhost:8080/swagger-ui.html`

### Build
`mvn clean package`

### Docker
`docker build --no-cache -f $PWD/docker/Dockerfile -t movie-rental-store-application .`

`docker run -p 8080:8080 --rm movie-rental-store-application`