Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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