Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.