Skip to content

Commit 8151a37

Browse files
Update README.md
1 parent 6b1e8a1 commit 8151a37

File tree

1 file changed

+44
-7
lines changed

1 file changed

+44
-7
lines changed

README.md

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,56 @@
1-
# Ecommerce App
1+
# Ecommerce App NodeJS
22

3-
Using NodeJS, Ngrok and whatapp cloud api
3+
This NodeJS application, integrated with Ngrok and the WhatsApp Business API, serves as a foundation for creating a WhatsApp chatbot for ecommerce purposes. The tutorial used to create this project can be found at [blog.logrocket.com](https://blog.logrocket.com/build-ecommerce-app-whatsapp-cloud-api-node-js/).
44

5-
Guide from [blog.logrocket.com](https://blog.logrocket.com/build-ecommerce-app-whatsapp-cloud-api-node-js/)
5+
## Overview
66

7-
---
7+
The application uses the WhatsApp Business API to create a simple ecommerce shop where customers can interact with a WhatsApp chatbot to browse and buy household items and fast fashion.
88

9-
### Author Links
9+
## Getting Started
10+
11+
To set up this Ecommerce App, follow these steps:
12+
13+
1. Clone the repository to your local machine:
14+
15+
```bash
16+
git clone https://github.com/your-username/ecommerce-app.git
17+
```
18+
19+
2. Navigate to the project directory:
20+
21+
```bash
22+
cd ecommerce-app
23+
```
24+
25+
4. Install dependencies:
26+
27+
```bash
28+
npm i # npm install
29+
```
30+
31+
6. Follow the instructions in [blog.logrocket.com](https://blog.logrocket.com/build-ecommerce-app-whatsapp-cloud-api-node-js/) to configure and set up the WhatsApp Business API.
32+
33+
7. Run the application:
34+
35+
```bash
36+
npm start
37+
```
38+
39+
9. Use Ngrok to expose your local server to the internet:
40+
41+
```bash
42+
ngrok http 3000
43+
```
44+
45+
46+
## Author Links
1047

1148
👋 Hello, I'm Ikram Ul Haq - Web Developer & Programmer
1249

1350
[Buy Me A Coffee](https://www.buymeacoffee.com/ikramdev)
1451

1552
🚀 Follow Me:
1653

17-
- [Twitter](https://twitter.com/ikramdev)
18-
- [LinkedIn](https://www.linkedin.com/in/ikramdev/)
54+
- [Twitter](https://twitter.com/ikramdeveloper)
55+
- [LinkedIn](https://www.linkedin.com/in/ikramdeveloper/)
1956
- [StackOverflow](https://stackoverflow.com/users/13859212/ikram-ul-haq)

0 commit comments

Comments
 (0)