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.
- Host: GitHub
- URL: https://github.com/iamtejasmane/go-mysql
- Owner: iamtejasmane
- Created: 2022-11-09T10:39:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T12:41:17.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T15:13:27.538Z (7 months ago)
- Topics: go-crud, go-mvc, go-mysql, golang, gorilla-mux
- Language: Go
- Homepage:
- Size: 413 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Store Management API's using Go-MySql
## High Level Design
## Routes
## 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