Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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