Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunnie-pin/fga_go_mygram
repository untuk memenuhi tugas Final Project Fresh Graduate Kominfo Mitra Hacktiv8
https://github.com/yunnie-pin/fga_go_mygram
gin golang gorm
Last synced: about 18 hours ago
JSON representation
repository untuk memenuhi tugas Final Project Fresh Graduate Kominfo Mitra Hacktiv8
- Host: GitHub
- URL: https://github.com/yunnie-pin/fga_go_mygram
- Owner: Yunnie-pin
- Created: 2024-03-20T02:26:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T17:10:08.000Z (8 months ago)
- Last Synced: 2024-03-23T04:39:17.798Z (8 months ago)
- Topics: gin, golang, gorm
- Language: Go
- Homepage: https://fgagomygram-production.up.railway.app
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Fresh Graduate Academy
Repository ini mengerjakan Final Project MyGram sebagai syarat mengikuti pelatihan FGA Batch 1 - Mitra pelatihan Hacktiv8
## Identitas Peserta
- Nama : Arifin Yunianta
- Nomor Registrasi : 1957356840-623## Tech Stack
**Server:** Golang
**Database:** Postgres## Inisiasi
#### Inisiasi Package
```
go get github.com/asaskevich/govalidator
go get github.com/dgrijalva/jwt-go
go get github.com/gin-gonic/gin
go get golang.org/x/crypto
go get gorm.io/driver/postgres
go get gorm.io/gorm
go get github.com/joho/godotenv
```#### development
```
go run main.go
```#### build production
```
go build
```
## Deploymentlink : [https://fgagomygram-production.up.railway.app/](https://fgagomygram-production.up.railway.app/)