Skip to content

Commit 7ab4af7

Browse files
Project running with no external DBs
Modified README Modified readme to show the current storage technology -> runtime local database.
1 parent 040d4ba commit 7ab4af7

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
```

0 commit comments

Comments
 (0)