Categorygithub.com/codewithmujab/gocrud
repositorypackage
0.0.0-20240530170934-2c9c651d76f9
Repository: https://github.com/codewithmujab/gocrud.git
Documentation: pkg.go.dev

# 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

# README

GOCRUD

Latihan dasar pemrograman go dengan framework tercepat yaitu fiber. Studi kasus membuat Restful api book

Screen Shot 2024-03-30 at 00 33 50

Endpoints

MethodURL
GET/hello
GET/allbooks
GET/book/:id
POST/book
PUT/book
DELETE/book