Go to file
Ripley 9aee2e41e8 feat: initial project setup - base platform forked and running
- Copied base platform (Python/FastAPI backend + Next.js frontend)
- Adapted Dockerfile for src/ layout, fixed scripts paths for worker
- Created compose.yml with local dev configuration
- Auth mode: local (token-based)
- Ports: backend 8080, frontend 3080 (avoiding conflicts)
- All 4 services running: db, redis, backend, frontend, webhook-worker
- 97 API endpoints verified operational
- Database migrations auto-applied
- Git repo initialized on main branch
2026-05-10 11:14:55 -05:00
src feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
.dockerignore feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
.gitignore feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
DEVELOPMENT_LOG.md feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
FUTURE.md feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
HISTORY.md feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
PROJECT.md feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
STRUCTURE.md feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
VERSION.md feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00
compose.yml feat: initial project setup - base platform forked and running 2026-05-10 11:14:55 -05:00