Skip to content

Commit a6c5ea5

Browse files
authored
Merge pull request #93 from classicyuppie/patch-1
Fixed formatting errors
2 parents ad8e8ee + 49003cc commit a6c5ea5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to (ie. app.listen(SERVERPORT,'::');). Addtionaly ports can be assigned with app
4747
3. WebSockets
4848
4. Modules folder contains custom modules used for the application.
4949

50-
#Client
50+
# Client
5151

5252
Client: Client application resides under the public folder and consists of plain javascript. Index.html is the
5353
default start page of the application and will contain an end to end example of aBandwidth Speed Test. The following describes
@@ -62,7 +62,7 @@ the folder structure of the client application:
6262
* img: images for testing or ui
6363

6464

65-
#Manual deployment
65+
# Manual deployment
6666
Grunt is being used to package the needed files and folders to deploy the application to a server to run the application.
6767
The steps are listed below:
6868

@@ -72,18 +72,18 @@ The steps are listed below:
7272
4. execute node index.js from the console.
7373

7474

75-
#Running the application
75+
# Running the application
7676
To run the application locally
7777

7878
1. Clone repo
7979
2. run npm install from root folder
8080
3. run node index.js
8181
4. browse to the ipaddress:port number (ie. locally it will be http://localhost:port
8282

83-
#Database
83+
# Database
8484
To set dynamodb locally
8585

8686
1. Follow the instructions in the link to download and run dynamodb locally http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
8787
2. Set up AWS credentially locally http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html
8888
3. Once dynamodb is set up locally. Use the following to script to create a table and insert the data into the dynamodb (execute node database.js from terminal)
89-
4. While executing the script change table name and server information
89+
4. While executing the script change table name and server information

0 commit comments

Comments
 (0)