Commit Graph

11 Commits

Author SHA1 Message Date
11eeafafef Migrate API to Elysia and switch runtime to Bun 2026-02-24 15:50:40 -05:00
468ea5f252 fix deployment by adding postgres service to base compose 2026-02-24 14:02:49 -05:00
52a4ab38d3 implement better-auth auth with postgres and route protection 2026-02-24 13:32:43 -05:00
fd168f607c upgrade dependencies and docker builds to npm latest 2026-02-24 11:20:18 -05:00
bb01311a8a avoid coolify host-port collisions by exposing app port internally 2026-02-24 11:00:13 -05:00
168c05cb71 flatten app to repo root and update docker deployment for single-stack runtime 2026-02-24 00:25:03 -05:00
2987ac06fa remove legacy backend stack and stale deployment docs after rebuild 2026-02-23 23:43:33 -05:00
04e5caf4e1 feat: rebuild fiscal clone architecture and harden coolify deployment 2026-02-23 21:10:39 -05:00
cae7cbb98f Remove social auth and stabilize email/password flow 2026-02-21 23:16:16 -05:00
575bf91ecd Make Docker Compose Coolify-ready 2026-02-20 22:41:21 -05:00
Francesco
da58289eb1 feat: Complete Fiscal Clone deployment package
- SEC filings extraction (10-K, 10-Q, 8-K)
- Portfolio analytics with real-time prices
- Watchlist management
- NextAuth.js authentication
- OpenClaw AI integration
- PostgreSQL database with auto P&L calculations
- Elysia.js backend (Bun runtime)
- Next.js 14 frontend (TailwindCSS + Recharts)
- Production-ready Docker configurations
2026-02-16 03:49:32 +00:00