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
Endpoints
Method | URL |
---|---|
GET | /hello |
GET | /allbooks |
GET | /book/:id |
POST | /book |
PUT | /book |
DELETE | /book |