modulepackage
0.0.0-20241203121752-4668dd701257
Repository: https://github.com/scalingo/sample-go-gin.git
Documentation: pkg.go.dev
# README
Sample Application with Go and Gin
This sample is running on: https://go-gin.is-easy-on-scalingo.com/
Deploy via Git
Create an application on https://scalingo.com, then:
scalingo --app my-app git-setup
git push scalingo master
And that's it!
Deploy via One-Click
Running Locally
docker-compose up
The app listens by default on the port 3000 or the one defined in the PORT
environment variable.