# 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