go-barebone

module
v0.0.0-...-4a2aa32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2025 License: MIT

README

BareBone App Structure

This is my example barebone app structure for building backend service.

This example app has the following features:

  • HTTP Server (using Echo)
  • Database (using GORM)
  • Cache (using go-redis)
  • Scheduler (using Cron)
  • Queue (TODO)

How to run

$ go run cmd/main.go
Configuration

This app have some configurable setting that lies in .env. You can take a look at .env.example first or env config.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL