Skip to content

kibirisu/borg

Repository files navigation

Borg

🧠 Overview

  • Backend: Go (net/http + embedded FS)
  • Frontend: React + Rsbuild + pnpm
  • Database: PostgreSQL
  • Migrations: Goose
  • SQL generation: sqlc

🚀 Quick Start

Running In Development Mode

Requires Go ≥ 1.25, pnpm, make and container engine running locally.

make dev

🧩 Project Structure

.
├── cmd/
│   └── borg/               # main entrypoint
├── pkg/
│   ├── db/                 # database setup and interfaces
│   ├── config/             # configuration management
│   └── router/             # http routes and handlers
└── web/                    # React SPA source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •