Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 478 Bytes

Inventory Manager

Inventory Management system, implemented with Spring boot, MongoDB and Swagger

How to build the application

Step 1. Checkout to the parent branch

Step 2. mvn clean package This will create the build the appliation and generates a jar file under the target folder.

How to run the application

Step 1. java -jar target/inventory-management-0.0.1-SNAPSHOT.jar

To accesss via Swagger

Step 1. Visit http://localhost:8080/swagger-ui.html