File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 11# InventoryManagerBC
2- Breakable Toy 1 - Inventory Manager
2+ Breakable Toy 1 (Gen AI Augmented) - Inventory Manager
33
44# Inventory Management Application
55
@@ -57,18 +57,14 @@ This is a Spring Boot-based inventory management application designed to help ma
5757| GET | ` /products/categories ` | Retrieves all the categories available |
5858
5959
60- ### Storage
61-
62- Currently, product data is stored in a local database using docker.
63-
6460---
6561
6662## Tech Stack
6763
6864- ** Language:** Java
6965- ** Framework:** Spring Boot
7066- ** Build Tool:** Maven
71- - ** Data Storage:** Oracle DB
67+ - ** Data Storage:** H2 local Runtime via JDBC
7268
7369---
7470
@@ -82,13 +78,5 @@ Currently, product data is stored in a local database using docker.
8278### Running the Application
8379
8480``` bash
85- docker run -d \
86- --name oracle-xe \
87- -e ORACLE_PASSWORD=admin \
88- -p 1521:1521 \
89- -p 5500:5500 \
90- oracle-xe-inventory-manager:1.0
91- ```
92- ``` bash
93- mvn spring-boot:run
81+ mvn spring-boot:run
9482```
You can’t perform that action at this time.
0 commit comments