Skip to content

Commit 8b229e0

Browse files
committed
Updated content and formatting
1 parent 9e27ea3 commit 8b229e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NodeJSCloudantSampleApp Overview
22

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.
44

55
### Click on the button below to deploy this Bluemix project to your account
66

@@ -9,16 +9,16 @@ This application uses CloudantNoSQL database service to demonstrate the operatio
99

1010
## Application Requirements
1111

12-
* NodeJS runtime
13-
* CloudantNoSQLDatabase service
12+
* Node.js runtime
13+
* Cloudant NoSQL Database service
1414

1515
## Running the app on Bluemix
1616

1717
* [Sign up][sign_up] for Bluemix.
1818
* 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
2020
* 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
2222
```
2323
$cf api https://api.ng.bluemix.net
2424
$cf login
@@ -49,16 +49,16 @@ This application uses CloudantNoSQL database service to demonstrate the operatio
4949
$cf start NodeJSCloudantSampleApp
5050
```
5151

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.
5353

5454
## Running the app locally:
5555

5656
* If you have not already, download node.js and install it on your local machine.
5757
* Download the project to your local machine from this link :
5858
```
59-
https://hub.jazz.net/git/neerajaganesan/NodeJSCloudantSampleApp
59+
https://github.com/IBM-Bluemix/nodejs-cloudantdb-crud-example
6060
```
61-
* On Bluemix Dashboard, create CloudantNoSQLDB service if it's not alredy present.
61+
* On Bluemix Dashboard, create Cloudant No SQLDB service if it's not alredy present.
6262
* Click on the service to open it in a new page. Click on "Service Credentials" in the left pane. Note value of "url".
6363
* On terminal, 'cd' into folder.
6464
* Copy "url" from step 4 into app.js of your project present in a local respository.
@@ -97,7 +97,7 @@ https://hub.jazz.net/git/neerajaganesan/NodeJSCloudantSampleApp
9797
```
9898
Paste this URL in the browser to open the application.
9999

100-
### For more documents on CloudantNoSQLDB
100+
### For more documents on Cloudant NoSQL DB
101101

102102
* https://cloudant.com
103103

0 commit comments

Comments
 (0)