Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 344 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 344 Bytes

Book Store Management API's using Go-MySql

High Level Design

Alt text

Routes

Alt text

Features

  1. Performs CRUD operations
  2. MVC Structure and Modularity
  3. Database - MySql

Packages

  1. GORM
  2. JSON - Marshall, Unmarshall
  3. Gorilla Mux
  4. Net/HTTP