A simple Markdown-based note-taking API built with Java Spring Boot. Supports creating, updating, deleting, listing, grammar checking, and rendering notes from Markdown to HTML.
I created a DynamoDB table to store notes for the application. The table uses a primary key named id, which allows each note to be uniquely identified and retrieved. The screenshot below shows the ...