https://github.com/cecep31/gobackend
Golang API with Fiber, Gorm, Postgresql
https://github.com/cecep31/gobackend
api auth docker-image fiber go golang jwt s3
Last synced: about 1 year ago
JSON representation
Golang API with Fiber, Gorm, Postgresql
- Host: GitHub
- URL: https://github.com/cecep31/gobackend
- Owner: cecep31
- Created: 2022-11-13T16:09:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T05:45:16.000Z (over 1 year ago)
- Last Synced: 2025-03-31T00:04:34.433Z (about 1 year ago)
- Topics: api, auth, docker-image, fiber, go, golang, jwt, s3
- Language: Go
- Homepage: https://api.pilput.dev
- Size: 349 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gobackend
Docker registry cecep31/gobackend
# to run
# **Windows(PowerShell)**
.\rundev.ps1
# **Linux**
./rundev.bash
# **Docker**
docker build -t gobackend . && docker run -p 8080:8080 -d gobackend