commit 9754e0a closes #11
Added download button to the database.html page so that the user will download our sessions.json file that is stored in the server.
Also updated help page with more accurate information.
Finally added the back-end code and moved all files into a static folder.
commit b43eea2 closes #8
Hooked up DynamoDB onto the server and added a function that will update our sessions.json file on every Monday at Midnight, which overwrites our current file with all interactions from DynamoDB.
commit 9754e0a closes #11 Added download button to the database.html page so that the user will download our sessions.json file that is stored in the server.
Also updated help page with more accurate information.
Finally added the back-end code and moved all files into a static folder.
commit b43eea2 closes #8 Hooked up DynamoDB onto the server and added a function that will update our sessions.json file on every Monday at Midnight, which overwrites our current file with all interactions from DynamoDB.
DynamoDB: Our server: