https://github.com/rezapace/go-store
Proyek ini adalah backend yang dibangun menggunakan bahasa pemrograman Go (Golang). Backend ini menyediakan berbagai layanan API untuk aplikasi web atau mobile.
https://github.com/rezapace/go-store
go golang production store
Last synced: about 2 months ago
JSON representation
Proyek ini adalah backend yang dibangun menggunakan bahasa pemrograman Go (Golang). Backend ini menyediakan berbagai layanan API untuk aplikasi web atau mobile.
- Host: GitHub
- URL: https://github.com/rezapace/go-store
- Owner: rezapace
- Created: 2024-05-29T17:55:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T19:31:23.000Z (about 2 years ago)
- Last Synced: 2025-12-25T22:31:07.058Z (7 months ago)
- Topics: go, golang, production, store
- Language: Go
- Homepage: https://devreza.my.id/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backend-golang
## Deskripsi
Proyek ini adalah backend yang dibangun menggunakan bahasa pemrograman Go (Golang). Backend ini menyediakan berbagai layanan API untuk aplikasi web atau mobile.
## Fitur
- Autentikasi dan otorisasi pengguna
- CRUD (Create, Read, Update, Delete) untuk entitas utama
- Integrasi dengan database
- Logging dan monitoring
- Dokumentasi API menggunakan Swagger
## Instalasi
1. Clone repositori ini:
```bash
git clone https://github.com/username/backend-golang.git
```
2. Masuk ke direktori proyek:
```bash
cd backend-golang
```
3. Instal dependensi:
```bash
go mod tidy
```
## Penggunaan
1. Jalankan server:
```bash
go run main.go
```
2. Akses API melalui `http://localhost:8080`
## Kontribusi
1. Fork repositori ini
2. Buat branch fitur baru (`git checkout -b fitur-baru`)
3. Commit perubahan Anda (`git commit -m 'Tambah fitur baru'`)
4. Push ke branch (`git push origin fitur-baru`)
5. Buat Pull Request
## Dokumentasi
- [Postman](postman.md)
## Lisensi
Proyek ini dilisensikan di bawah [MIT License](LICENSE).