You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NodeJSCloudantSampleApp Overview
2
2
3
-
This application uses CloudantNoSQL database service to demonstrate the operations of Creat, Read, Update and Delete into database, using NodeJS runtime. Cloudant node module is used for these operations. They can alternatively be done with API calls which returns a JSON.
3
+
This application uses the [Cloudant NoSQL Database service](https://console.ng.bluemix.net/catalog/services/cloudant-nosql-db) to demonstrate the operations of Create, Read, Update and Delete into database using the Node.js runtime. Cloudant node module is used for these operations. They can alternatively be done with API calls which returns a JSON.
4
4
5
5
### Click on the button below to deploy this Bluemix project to your account
6
6
@@ -9,16 +9,16 @@ This application uses CloudantNoSQL database service to demonstrate the operatio
9
9
10
10
## Application Requirements
11
11
12
-
*NodeJS runtime
13
-
*CloudantNoSQLDatabase service
12
+
*Node.js runtime
13
+
*Cloudant NoSQL Database service
14
14
15
15
## Running the app on Bluemix
16
16
17
17
*[Sign up][sign_up] for Bluemix.
18
18
* Download and install Cloud Foundry CLI to be used on the terminal.
19
-
* Fork this project into your Bluemix account by clickig on the "Fork Project" button in the top-right hand corner of this page : https://hub.jazz.net/git/neerajaganesan/NodeJSCloudantSampleApp
19
+
* Fork this project into your Bluemix account by clickig on the "Fork Project" button in the top-right hand corner of this page : https://github.com/IBM-Bluemix/nodejs-cloudantdb-crud-example
20
20
* On the Terminal, Connect to Bluemix using the CF CLI and follow the prompts to log in.
21
-
* Once you're in the same space as the app, create the CloudantNoSQLDB service in Bluemix
21
+
* Once you're in the same space as the app, create the Cloudant NoSQL DB service in Bluemix
22
22
```
23
23
$cf api https://api.ng.bluemix.net
24
24
$cf login
@@ -49,16 +49,16 @@ This application uses CloudantNoSQL database service to demonstrate the operatio
49
49
$cf start NodeJSCloudantSampleApp
50
50
```
51
51
52
-
And voila! Your very own instance of CloudantNoSQLDB with NodeJSCloudantSampleApp is now running on Bluemix.
52
+
And voila! Your very own instance of Cloudant NoSQL DB with NodeJSCloudantSampleApp is now running on Bluemix.
53
53
54
54
## Running the app locally:
55
55
56
56
* If you have not already, download node.js and install it on your local machine.
57
57
* Download the project to your local machine from this link :
0 commit comments