Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagashiz/pustaka-api
Simple library RESTful API using Gin and GORM.
https://github.com/bagashiz/pustaka-api
api gin-gonic go golang gorm restful restful-api
Last synced: 17 days ago
JSON representation
Simple library RESTful API using Gin and GORM.
- Host: GitHub
- URL: https://github.com/bagashiz/pustaka-api
- Owner: bagashiz
- Created: 2022-12-26T10:02:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T09:27:36.000Z (over 1 year ago)
- Last Synced: 2024-11-16T15:38:37.827Z (about 2 months ago)
- Topics: api, gin-gonic, go, golang, gorm, restful, restful-api
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This is a simple library RESTful API that is built using Golang with Gin web framework and GORM ORM library based on [Tutorial Golang Web API Bahasa Indonesia - Full Course](https://youtu.be/GjI0GSvmcSU).
## Dependencies
- [Go version 1.19 or later](https://go.dev/)
- [Gin Gonic web framework](https://gin-gonic.com/)
- [GORM ORM library](https://gorm.io/)
- [Podman](https://docs.podman.io/en/latest/) or [Docker](https://docs.docker.com/) (for database)## Learning and Reference Sources
- [Tutorial Golang Web API Bahasa Indonesia - Full Course](https://youtu.be/GjI0GSvmcSU) by Agung Setiawan
- [Go Documentation](https://go.dev/doc/)
- [Gin Gonic Documentation](https://gin-gonic.com/docs/)
- [GORM Documentation](https://gorm.io/docs/)