8000 GitHub - rwalmsley/aws-todo-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rwalmsley/aws-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-Todo-API

This example demonstates a simple Todo RESTapi.

34.209.155.213/todos [ get | post ]
34.209.155.213/todos/due [ get ]
34.209.155.213/todos/:id [ get | put | delete ]

Todo

Testing can be run with npm test

Testing is expected to be done on a local database instance which can be setup here https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html

Ensure the instance is running with

java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb

Testing will launch the server and clear the table for each test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0