Day 20: Mini Project β Notes API (with Validation)
In this mini project, we will build a Notes API where users can: Add a new note βοΈ Get all notes π Get a single note by ID π Update a note π Delete a note β π Data will be stored in a notes.json file (since we havenβt covered databases yet...

