https://github.com/albertuskevin/restfull-api-drill-pzn
Latihan pembuatan RESTful API dengan Go-Lang
https://github.com/albertuskevin/restfull-api-drill-pzn
Last synced: 2 months ago
JSON representation
Latihan pembuatan RESTful API dengan Go-Lang
- Host: GitHub
- URL: https://github.com/albertuskevin/restfull-api-drill-pzn
- Owner: AlbertusKevin
- Created: 2022-03-06T05:41:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T06:56:45.000Z (about 3 years ago)
- Last Synced: 2025-01-30T07:32:42.515Z (4 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Aplikasi CRUD sederhana untuk data category yang memiliki attribute id dan name. Kita akan buat API untuk semua operasinya dan kita akan tambahkan authentication API key.
Untuk proyek ini, beberapa dependency yang akan kita gunakan:
- https://github.com/go-sql-driver/mysql
- https://github.com/julienschmidt/httprouter
- https://github.com/go-playground/validator