Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/railwayapp-templates/beego
Beego on Railway
https://github.com/railwayapp-templates/beego
beego beego-framework deploy-beego devops go golang railway
Last synced: about 1 month ago
JSON representation
Beego on Railway
- Host: GitHub
- URL: https://github.com/railwayapp-templates/beego
- Owner: railwayapp-templates
- Created: 2024-11-11T13:41:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:53:39.000Z (about 2 months ago)
- Last Synced: 2024-11-11T14:36:09.438Z (about 2 months ago)
- Topics: beego, beego-framework, deploy-beego, devops, go, golang, railway
- Language: Smarty
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Beego
description: A Beego Starter app
tags:
- beego
- golang
---# Beego Example
This example starts a Beego app connected to a Postgres database.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/CPq9Ry)
## ✨ 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.