Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 186 Bytes

File metadata and controls

9 lines (6 loc) · 186 Bytes

A Basic Go CRUD API

This CRUD API basically creates, updates, reads and delete books in a MySQL DB

To build the code, run
go build

To run the server, run
go run main.go