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

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

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