Deploy Beego
A simple Beego app connected to a Postgres database.
Postgres
railwayapp-templates/postgres-ssl:16
Just deployed
/var/lib/postgresql/data
Beego
railwayapp-templates/beego
Just deployed
Beego Starter
A Beego (Golang) starter app connected to a Postgres database.
✨ Features
- Beego
- Go
💁♀️ How to run locally
- Run
go mod tidyto install all the dependencies. - Run
bee runto start the app.
📝 Notes
- Once the app is run, a
usertable is created and seeded with data. You can find the details in themain.gofile.
Template Content