web-service-gin-1
simple RESTful web service with Go and Gin
Using gin to route request, retrieve request details and marshal JSO for responses.
- Design API endpoints.
- Create a directory for code
- Create Data
- Write handler to return all items.
- Write handler to add new item.
- Write hander to return specific item.
IMPORTANT: Data will be stores in memory vs interacting with a database.