Introduction to Go - Create your first REST API - Part 2
Last time I showed you how to build a simple book store REST API. This time I want to take it a step further and show you how to build an (almost) production-ready API with real database storage instead of an in-memory mock that we used. Also, I will...
blog.vojko.dev11 min read
Bruno Vego
a bit of everything
Very insightful! Thank you Vojko for writing this up!
Could you write an article on how you use postman/insomnia and how to manage the requests effectively? For me, it always becomes a mess sooner or later when I need to test something temporarily.