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