Skip to content

EricRaw512/Kledo-Inventory-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kledo Invetory Explorer

Kledo Invetory Explorer is a user-friendly application designed to provide a comprehensive view of product inventory and warehouse information directly from the Kledo app. This tool is specifically tailored for viewing product details, including quantity and product photos, accessible from both mobile phones and PCs.

alt text

Steps to Setup

1. Clone the application

git clone https://github.com/EricRaw512/KledoInvetoryExplrer.git

2. Create MySQL database

create database kledo_inventory_explorer

3. Configure enviroment variables

  • open src/main/resources/application.yml
  • set environment variables for JDBC dbURL, dbUsername, dbPassword

4. Run the app using maven

mvn spring-boot:run

The app will start running at http://localhost:8080

5. Close the app and run the sql

  • After that run MySQL script to create admin account src/main/resources/kledo_Invetory_explorer.sql

6. Login to admin account

  • username: admin
  • password: qwerty123

Releases

No releases published

Packages

No packages published