https://github.com/khip01/gin-restful-api-go
Tools/Alat
https://github.com/khip01/gin-restful-api-go
gin-gonic go golang gorm-orm mysql restful-api simple-rest-api
Last synced: 10 months ago
JSON representation
Tools/Alat
- Host: GitHub
- URL: https://github.com/khip01/gin-restful-api-go
- Owner: Khip01
- Created: 2023-08-09T01:36:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:51:49.000Z (almost 2 years ago)
- Last Synced: 2024-06-07T13:10:44.347Z (almost 2 years ago)
- Topics: gin-gonic, go, golang, gorm-orm, mysql, restful-api, simple-rest-api
- Language: Go
- Homepage:
- Size: 8.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gin-restful-api-go

## Halo👋
Language: Indonesia
## Description:
Sebuah RESTful API sederhana dan simpel menggunakan GO dengan Framework GIN dan GORM.
API ini hanya menerapkan method CRUD dasar seperti GET, POST, PUT, dan DELETE.
## Config
Semua konfigurasi database: ```username, password, nama_database``` berada di file **setup.go**
## Instruction :
- Clone repo ini ( ```git clone https://github.com/Khip01/gin-restful-api-go.git``` ) **|| Atau ||** Download repo ini
- Pastikan service dari mysql sudah aktif sehingga memiliki akses ke database
> [!WARNING]
Default dari nama database API ini adalah ```db_restfulapi_gin```
- Jalankan file berkestensi .exe
## Code Editor :
- Visual Studio Code
# Use
[](https://github.com/Khip01)