module
Version:
v0.0.0-...-4a2aa32
Opens a new window with list of versions in this module.
Published: May 17, 2025
License: MIT
Opens a new window with license information.
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.
Directories
¶
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.