Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanv92/movie-rental-store-application
- Owner: sanv92
- Created: 2019-05-29T18:54:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T21:08:50.000Z (over 5 years ago)
- Last Synced: 2024-05-07T18:25:43.853Z (8 months ago)
- Language: Java
- Homepage:
- Size: 106 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`