Smart Notes is a full-stack note-taking application that allows users to create, edit, delete, and search notes. It exposes a REST API built with Spring Boot and persists data using MySQL. 🚀 Features ...
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 ...