|
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 |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | ## Flow
|
6 | 6 |
|
7 | 7 | > 
|
8 | 8 |
|
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. |
13 | 13 |
|
14 | 14 | ## Steps
|
15 | 15 |
|
@@ -42,7 +42,7 @@ In the Db2 warehouse resource page, click on `Manage` and go to DB2 console by c
|
42 | 42 | * Make sure the column names and data types displayed are correct, then cick `Next`
|
43 | 43 | * Click `Begin Load` to load the data
|
44 | 44 |
|
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. |
46 | 46 |
|
47 | 47 | ### 4. Add Db2 credentials to .env file
|
48 | 48 |
|
|
0 commit comments