Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulrathore44/laptopbag
A simple project built using jersy framework
https://github.com/rahulrathore44/laptopbag
Last synced: 11 days ago
JSON representation
A simple project built using jersy framework
- Host: GitHub
- URL: https://github.com/rahulrathore44/laptopbag
- Owner: rahulrathore44
- Created: 2019-09-13T22:24:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T13:33:41.000Z (3 months ago)
- Last Synced: 2024-11-06T10:06:29.700Z (about 2 months ago)
- Language: Java
- Size: 39.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laptopBag
* A simple application built using the Jersey framework. Deploy a REST API for performing CRUD operations.
* Java - 1.8# Udemy
https://www.udemy.com/user/rahulrathore3/
# YouTube
https://www.youtube.com/fluxay44
## Docker image
Run the following command to build the image and tags it as `jersey/laptop-bag`.
`mvn package`
`docker build -t jersey/laptop-bag .`
Run the container using the image
`docker run -d -p : jersey/laptop-bag`
Example: `docker run -d -p 8080:8080 jersey/laptop-bag`
You can access the application on port **8080**