/go-bookstore

A bookstore system built with Go

Primary LanguageGo

Bookstore System

Bookstore REST API built using Go, Gorilla Mux, Gorm ORM and Postgres database

Book Model

riqEwN.png

Routes

  • POST - /book/
  • GET - /book/
  • GET - /book/{id}
  • PUT - /book/{id}
  • DELETE - /book/{id}