Skip to content

Commit 4c8f172

Browse files
committed
Update README.md
1 parent 7858b1a commit 4c8f172

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
Detail Documentation:
1+
# Introduction
2+
Project to implement logging using Node.js, Elasticsearch, Kibina and Docker.
3+
4+
## Project Setup
5+
6+
1. **Clone the Repository:**
7+
Open a terminal and run the following command to clone the project repository:
8+
9+
```bash
10+
git clone https://github.com/dev-scripts/implementing-logging-using-nodejs-elasticsearch-kibina-and-docker.git
11+
```
12+
13+
2. **Navigate to the Project Directory:**
14+
Change into the project directory using the following command:
15+
16+
```bash
17+
cd implementing-logging-using-nodejs-elasticsearch-kibina-and-docker
18+
```
19+
20+
3. **Running the Project Locally:**
21+
22+
Run the project using belwo command:
23+
```
24+
docker compose up
25+
```
26+
27+
Above command will take few minutes to build the docker images and run the containers. Once, docker containers are up and running, following containers endpoint should be accessable via browser.
28+
29+
1. Node App URL: `http://localhost:3002/`
30+
2. Elasticsearch: `http://localhost:9300/`
31+
3. Kibina: `http://localhost:5701/`
32+
33+
Blog post:
234
https://www.prakashbhandari.com.np/posts/implementing-logging-using-node-js-elasticsearch-kibina-and-docker/

0 commit comments

Comments
 (0)