SpartaTodoBackend
Sparta application that demonstrates provisioning an REST style API that satisfies the https://todobackend.com spec tests
Instructions
git clone https://github.com/mweagle/SpartaTodoBackend
cd SpartaTodoBackend
go get -u -v ./...
go get -u -d github.com/magefile/mage
S3_BUCKET=<MY_S3_BUCKET_NAME> mage provision
- In the Stack output section of the log, look for the API Gateway URL key and copy it (eg: https://XXXXXXXXXX.execute-api.us-west-2.amazonaws.com/v1).
- Visit https://www.todobackend.com/specs/ and test your new API
- Make sure to include the /v1/todos path to your new API