Create the index route (/) to fetch and display all notes. Create a POST route to handle form submissions and save data to the database.
Create the index route (/) to fetch and display all notes.
Create a POST route to handle form submissions and save data to the database.