https://github.com/rianihsan/go-book-api
Book management API
https://github.com/rianihsan/go-book-api
Last synced: about 2 months ago
JSON representation
Book management API
- Host: GitHub
- URL: https://github.com/rianihsan/go-book-api
- Owner: RianIhsan
- Created: 2023-05-08T09:26:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T09:33:25.000Z (about 2 years ago)
- Last Synced: 2025-02-07T18:18:35.062Z (4 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API BOOK Management
---
## Stack :
- Golang
---
## Package :
- github.com/gorilla/mux
- github.com/jinzhu/gorm
- github.com/jinzhu/gorm/dialects/mysql---
## How to run this server :
- git clone
- cd go-fiber-crud
- create database mysql name "bookrestapi"
- start server with command `go run main.go`---
## Testing :
- Postman
- Thunder Client(Visual Studio Code)---
Learning by doing :D