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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ to (ie. app.listen(SERVERPORT,'::');). Addtionaly ports can be assigned with app
47
47
3. WebSockets
48
48
4. Modules folder contains custom modules used for the application.
49
49
50
-
#Client
50
+
#Client
51
51
52
52
Client: Client application resides under the public folder and consists of plain javascript. Index.html is the
53
53
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:
62
62
* img: images for testing or ui
63
63
64
64
65
-
#Manual deployment
65
+
#Manual deployment
66
66
Grunt is being used to package the needed files and folders to deploy the application to a server to run the application.
67
67
The steps are listed below:
68
68
@@ -72,18 +72,18 @@ The steps are listed below:
72
72
4. execute node index.js from the console.
73
73
74
74
75
-
#Running the application
75
+
#Running the application
76
76
To run the application locally
77
77
78
78
1. Clone repo
79
79
2. run npm install from root folder
80
80
3. run node index.js
81
81
4. browse to the ipaddress:port number (ie. locally it will be http://localhost:port
82
82
83
-
#Database
83
+
#Database
84
84
To set dynamodb locally
85
85
86
86
1. Follow the instructions in the link to download and run dynamodb locally http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
87
87
2. Set up AWS credentially locally http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html
88
88
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