title | description | tags | ||
---|---|---|---|---|
Beego |
A Beego Starter app |
|
This example starts a Beego app connected to a Postgres database.
- Beego
- Go
- Run
go mod tidy
to install all the dependencies. - Run
bee run
to start the app.
- Once the app is run, a
user
table is created and seeded with data. You can find the details in themain.go
file.