MyMood-Alexa / MyMood-Interface

0 stars 2 forks source link

[DI-2.1] Added backend code, [Deploy-2] Hooked up DynamoDB on backend, [DI-2.6] Update JSON Weekly, [DI-3.2] Added download feature, Updated help page #36

Closed dionwu110 closed 5 years ago

dionwu110 commented 5 years ago

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

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: image Our server: image