Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 314 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 314 Bytes

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