Simplest REST API CRUD using mysql in Golang
This is Another interesting article, In this project, we are creating a simple REST API for book and perform simple CRUD operation using MySQL database. we also use gorilla mux router. and tested API on POSTMAN. Testing endpoints using POSTMAN 1. createBook 2. getBook 3. getBooks 4. updateBook 5. deleteBook Final getBooks source code Thanks for Reading, Keep Learning.