This is simple RESTful API for managing a list of notes. We'll use the gorilla/mux
package to handle routing and create endpoints for creating, retrieving, updating, and deleting notes. And, yes it does work!
- Setting Up Your Project:
Create a new directory for the project and navigate to it:
mkdir note-api
cd note-api