Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T14:21:57.000Z (2 months ago)
- Last Synced: 2024-11-10T15:26:43.689Z (2 months ago)
- Topics: api, auth, docker-image, fiber, go, golang, jwt, s3
- Language: Go
- Homepage: https://api.pilput.dev
- Size: 337 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