1
Home
samantha edited this page 2026-03-27 10:40:53 +00:00

Portfolio Engine — Wiki

A lightweight portfolio and financial data backend written in Go. Tracks companies, currencies, revenue reports, trades, and portfolio positions — replacing spreadsheets with a proper SQLite database, REST API, and interactive shell.

Pages

Quick Start

git clone git@git.samantha42.xyz:samantha/Portfolio-Engine.git
cd Portfolio-Engine
go mod download
go run main.go

The server starts on :8080 and the interactive shell is ready immediately in the same terminal.