An open API service indexing awesome lists of open source software.

https://github.com/iamtejasmane/go-mysql

This is a book management server with the mysql database.
https://github.com/iamtejasmane/go-mysql

go-crud go-mvc go-mysql golang gorilla-mux

Last synced: about 1 month ago
JSON representation

This is a book management server with the mysql database.

Awesome Lists containing this project

README

          

# Book Store Management API's using Go-MySql

## High Level Design
![Alt text](img/structure.png?raw=true "Title")

## Routes
![Alt text](img/routes.png?raw=true "Title")

## 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