Skip to content

railwayapp-templates/beego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.