feature/01-bootstrap-the-project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OSDB — Obstsortendatenbank
A full-stack fruit-variety database (Go + Vue 3).
Features
- Users can view a "Hello, OSDB!" landing page that confirms the backend is reachable via the Vite proxy.
Quick Start
cp .env.example .env # set credentials
make dev-db # start Postgres (waits until healthy)
make migrate-up # apply schema migrations
make run-backend # Echo API on :3000
make run-frontend # Vite dev server on :5000
Testing
make test
Languages
Go
55.2%
Vue
18.4%
TypeScript
13.2%
Python
12.2%
Makefile
0.5%
Other
0.5%