This service is built with Go.
- Authentication Login and Register
- Create, Read, Update, Delete operations for Books and Authors.
- List all Books for a specific Author.
- List all Authors for a specific Book.
- Golang version 1.20.2+
- Postgresql
- GORM
- Gin Gonic (framework)
- JWT
local database setup based on environment variable
go mod tidy
go run main.go
go build -o book-store main.go
./book-store