Skip to content

Commit dc8f55c

Browse files
Readme updated for running the projects
1 parent 8205d3d commit dc8f55c

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,22 @@ The project supports multiple environments:
5353

5454
---
5555

56-
📦 Running the Project
57-
# Build and start the containers
58-
docker-compose up --build
56+
## 🖥️ Running with Visual Studio (Development)
57+
Open CentralizedLoggingMonitoring.sln in Visual Studio.
58+
59+
Press F5 or run the project.
60+
61+
By default, it uses Development environment with appsettings.Development.json.
62+
63+
---
5964

60-
# Stop the containers
61-
docker-compose down
65+
## 📦 Running with Docker (Production)
66+
67+
- **Build and start the containers**
68+
- docker-compose up --build
69+
70+
- **Stop the containers**
71+
- docker-compose down
6272

6373

6474
The API will be available at:
@@ -67,12 +77,6 @@ HTTP → http://localhost:5000/api
6777

6878
(HTTPS optional, future phase)
6979

70-
🖥️ Running with Visual Studio
71-
Open CentralizedLoggingMonitoring.sln in Visual Studio.
72-
73-
Press F5 or run the project.
74-
75-
By default, it uses Development environment with appsettings.Development.json.
7680

7781
---
7882

0 commit comments

Comments
 (0)