An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# gin-restful-api-go
Static Badge

## 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
[![My Skills](https://skillicons.dev/icons?i=go,vscode)](https://github.com/Khip01)