Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 552 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 552 Bytes
title description tags
Beego
A Beego Starter app
beego
golang

Beego Example

This example starts a Beego app connected to a Postgres database.

Deploy on Railway

✨ 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 the main.go file.