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-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,4 +78,12 @@ To run the application locally
78
78
1. Clone repo
79
79
2. run npm install from root folder
80
80
3. run node index.js
81
-
4. browse to the ipaddress:port number (ie. locally it will be http://localhost:port
81
+
4. browse to the ipaddress:port number (ie. locally it will be http://localhost:port
82
+
83
+
#Database
84
+
To set dynamodb locally
85
+
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
+
2. Set up AWS credentially locally http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html
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
0 commit comments