Bookstore Management API CRUD developed using Go
- Clone/Fork the repo
- Run
go build cmd/main
- Setup MySQL and update your credentials in
pkg/config/app.go
file - Run
go run cmd/main/main.go
You're good to go now. Play with the API using Postman or any other tool