Skip to content

Simple Inventory-system using spring boot & mvc & interceptor&eureka-server&eureka-client

Notifications You must be signed in to change notification settings

Emmanuelraj/inventory-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inventory-system

Inventory-system using spring boot & mvc& interceptor& https keystore & dockerfile & eureka-client& eureka-server

How to run

   First go to inventory-system-eureka-server branch clone and run it 
   Then come to main branch clone it & run it 

How it works :

   user can view the products & delete the products

UseCaseDiagram

    user can change the price as (increasePercentage %) it reflect all products             

Url :

  http:https://localhost:8761/ ------------------------------> eureka server (first run eureka server)
  https://localhost:8050/inventory/viewProducts.htm  --> view All Products               GET
  https://localhost:8050/inventory/addProducts.htm   --> Add Products                    GET
  https://localhost:8050/inventory/load              --> Add Products                    POST 
  https://localhost:8050/inventory/priceIncrease.htm --> Get (%)                         POST
  https://localhost:8050/inventory/priceIncrease     -->(max 1 to 50)                    POST
  https://localhost:8050/inventory/view/{id}         --> deleteById                      POST

Interceptor

   For further details : https://github.com/Emmanuelraj/inventory-system/blob/interceptor/README.md      

Command :

    git clone -b inventory-system-eureka-server  https://github.com/Emmanuelraj/inventory-system.git
    syntax:
    git clone -b branchname url of repo
    
    mvn clean install - Plain maven clean and install