Add more diagrams to docs
Add arch diagrams to readme
Add license
Little backend application to get my boardgame collection from BoardGameGeek and save it to my personal PocketBase for use on my personal site.
You can run yarn localRun
to run the logic locally. There is no local / dev
PocketBase DB server though, so changes will save to "PROD".
The app is deployed using AWS CDK from local.
To deploy the lambda fn to AWS, run the following command:
$ yarn exec cdk deploy BGGConnect
The app is a simple lambda function that runs once per day to get the boardgame collection from BoardGameGeek.
For diagraming I'm trying out C4 Model.