Categorygithub.com/dragranzer/Golang-Mini-Project
modulepackage
0.0.0-20211204115622-42a413af086f
Repository: https://github.com/dragranzer/golang-mini-project.git
Documentation: pkg.go.dev

# README

Golang-Mini-Project

running port : 1234

A. Books Feature :

1. Get All Books :

  method : "GET"  
  endpoint : "/books"

2. Insert Books

  method : "POST"  
  endpoint : "/books"

3. Get Detail Book

  method : "GET"  
  endpoint : "/books/{judul}"
  

2. Authors Feature

1. Get All Authors :

  method : "GET"  
  endpoint : "/authors"

2. Insert Author

  method : "POST"  
  endpoint : "/authors"
  

3. Users Feature

1. Get All Users :

  method : "GET"  
  endpoint : "/users"

2. Insert User

  method : "POST"  
  endpoint : "/users"
  

4. Peminjamans Feature

1. Get All Peminjamans :

  method : "GET"  
  endpoint : "/peminjamans"

2. Insert peminjaman

  method : "POST"  
  endpoint : "/peminjamans"

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author