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 tidy
to install all the dependencies. - Run
bee run
to start the app.
📝 Notes
- Once the app is run, a
user
table is created and seeded with data. You can find the details in themain.go
file.
Template Content