We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1115c0f + a128a72 commit fd64b89Copy full SHA for fd64b89
README.md
@@ -0,0 +1,11 @@
1
+# alexaTimeTracker
2
+Making time tracker as Alexa skill with node, GraphQl and MongoDB.
3
+
4
+Client folder contains the CLI for testing the backend for alexa skill.
5
+If cloned, can be used by running node CLI.js help to see available commands.
6
+It sends requests to http://54.237.77.73/graphql, which can also be used directly.
7
8
+Server folder contains the node-mongoDB backend for the alexa skill. timeTracker has the implementations
9
+of the alexa commands, server.js has graphQl logic, and mongoUtils has functions needed to talk to mongodb.
10
11
+alexa_lambda.js is the lambda function that is the endpoint for the alexa skill.
0 commit comments