We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62432e9 commit b369417Copy full SHA for b369417
1 file changed
README.md
@@ -29,7 +29,7 @@ Before you begin, ensure you have installed:
29
30
1. **Clone the repository**
31
```bash
32
- git clone -b im-01 https://github.com/Abhaytomar2004/Inventory-Management-Tool.git
+ git clone -b https://github.com/OPCODE-Open-Spring-Fest/Inventory-Management-Tool-OPCODE#
33
cd Inventory-Management-Tool
34
35
2. **Configure database**
@@ -53,15 +53,7 @@ mvn clean install
53
mvn spring-boot:run
54
```
55
56
-Option 2: **Docker Deployment**
57
-1. Build Docker image
58
-```
59
-docker build -t inventory-management .
60
61
-2. Run with Docker Compose
62
63
-docker-compose up -d
64
+
65
66
This will start:
67
@@ -172,3 +164,4 @@ Environment variables for easy configuration
172
164
173
165
174
166
167
0 commit comments