Skip to content

Commit 77689b1

Browse files
author
Sanjeev Ghimire
committed
PR review comments
1 parent 20896f6 commit 77689b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Create a CRUD application using nodejs and IBM Db2 Warehouse on Cloud
1+
# Create a CRUD application using Node.js and IBM Db2 Warehouse on Cloud
22

3-
This is an application which uses nodejs to connect to IBM Db2 Warehouse on cloud for CRUD(create, update, delete) operations. The application showcases how you can create a high performant CRUD application using nodejs and IBM Db2 Warehouse on cloud.
3+
This is an application which uses Node.js to connect to IBM Db2 Warehouse on Cloud for CRUD(create, update, delete) operations. The application showcases how you can create a high performant CRUD application using Node.js and IBM Db2 Warehouse on Cloud.
44

55
## Flow
66

77
> ![Architecture Diagram](doc/source/images/architecture.png)
88
9-
1. Create schema and tables necessary for storing data in IBM DB2 Warehouse on cloud.
10-
2. Nodejs webapp that use node Db2 driver to connect to the database.
11-
3. Nodejs app exposes API to interact with IBM Db2 Warehouse on cloud.
12-
4. An Angular frontend application to collect home sales data and call API to store that data to IBM Db2 Warehouse on cloud.
9+
1. Create schema and tables necessary for storing data in IBM Db2 Warehouse on Cloud.
10+
2. Node.js webapp that use node Db2 driver to connect to the database.
11+
3. Node.js app exposes API to interact with IBM Db2 Warehouse on Cloud.
12+
4. An Angular frontend application to collect home sales data and call API to store that data to IBM Db2 Warehouse on Cloud.
1313

1414
## Steps
1515

@@ -42,7 +42,7 @@ In the Db2 warehouse resource page, click on `Manage` and go to DB2 console by c
4242
* Make sure the column names and data types displayed are correct, then cick `Next`
4343
* Click `Begin Load` to load the data
4444

45-
Once this is done it will create a table `HOME_SALES` under schema `DB2WML` which will be used by the nodejs application.
45+
Once this is done it will create a table `HOME_SALES` under schema `DB2WML` which will be used by the Node.js application.
4646

4747
### 4. Add Db2 credentials to .env file
4848

0 commit comments

Comments
 (0)