Skip to content

timotibagus/Go-Book-API-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Book CRUD API

Using Gin web framework to create API, also using mongodb as databases

Endpoint

GET

localhost:8080/books localhost:8080/books/:id

POST

localhost:8080/books

PATCH

localhost:8080/books/:id

DELETE

localhost:8080/books/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages