go-api-bookshop Summary Personal project to learn Go. Fictional bookshop web backend. REST API written in Go PostgreSQL database Containerized with Docker Usage Initialize the Go module go mod init bookshop go mod tidy Start the containers docker-compose up --build