Skip to content

Efficiently tracks and manages inventory with an intuitive system.

Notifications You must be signed in to change notification settings

PialKanti/InventoryManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

Efficiently tracks and manages inventory with an intuitive system.

Setting Up the Project

1. Clone the Repository

git clone https://github.com/PialKanti/InventoryManagementSystem.git 
cd InventoryManagementSystem

Build and Run

1. Build the Project

Use Gradle to build the Api project:

./gradlew build

2. Run the Application

Use Docker compose for running both backend and frontend application:

docker compose up

Accessing the Frontend

After starting the application, open your browser and navigate to:

http://localhost:3000