ryandagley / mycologeek-website

A repository for the Mycologeek website. A flask website showcasing home tech projects.
0 stars 0 forks source link

Implement Tag Filtering #75

Closed ryandagley closed 2 weeks ago

ryandagley commented 4 weeks ago

Description: Write a Lambda function to filter blog posts by tags using DynamoDB. Integrate with API Gateway.

Subtasks:

ryandagley commented 2 weeks ago

Tag filtering now implemented. Category list on main page navigates to a page of that specific tag.