Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 292 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 292 Bytes

Blog API Example

Just an example REST API, which I've used to learn DynamoDB and single-table architecture.

Development

Install requirements

pip install -r requirements.txt

Run locally

bash local.sh

You can find the Swagger docs at localhost:8080/blog/swagger/.