Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrinur13/golang-hacktiv8-project1
Project 1 dari program Kampus Merdeka X Hacktiv8 dengan materi Scalable Web Service with Golang
https://github.com/andrinur13/golang-hacktiv8-project1
api go golang rest-api
Last synced: 2 months ago
JSON representation
Project 1 dari program Kampus Merdeka X Hacktiv8 dengan materi Scalable Web Service with Golang
- Host: GitHub
- URL: https://github.com/andrinur13/golang-hacktiv8-project1
- Owner: andrinur13
- Created: 2021-10-12T14:58:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T12:00:54.000Z (about 3 years ago)
- Last Synced: 2024-08-03T23:26:58.377Z (6 months ago)
- Topics: api, go, golang, rest-api
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - golang-hacktiv8-project1
README
# Project 1 - Golang Hacktiv8 X Kampus Merdeka
Scalable Web Services with Golang
Kelompok :
- Andri Nur Hidayatulloh
- Andri Kuwito### List library :
- [Swaggo](https://github.com/swaggo) - Dokumentasi API
- [Gin Gionic](https://github.com/gin-gonic/gin) - Web Framework### Cara Penggunaan :
- Jalankan aplikasi dengan ketik pada root project **```go run main.go```**
- Aplikasi akan berjalan di port 8080Atau dapat menggunakan dengan build dahulu
- Ketik pada root project **``` go build ```**
- Lalu jalankan dengan menjalankan file executable tsb.### Swagger Dokumentasi ###
- Buka dokumentasi dengan path ```/swagger/index.html ```
- Misal jalan pada localhost:8000 maka dapat diakses dengan ```http://localhost:8000/swagger/index.html```