Commit Graph

55 Commits

Author SHA1 Message Date
38e4a0354b Merge pull request 'feat: project bootstrap and structure' (#4) from feature/sprint1-bootstrap into development 2026-01-11 18:58:42 +00:00
c7e9b88adb feat: project bootstrap and structure
Sprint 1 initialization:
- Project directory structure (portfolio_app/, tests/, dbt/, data/, scripts/)
- CLAUDE.md with AI assistant context
- pyproject.toml with all dependencies
- docker-compose.yml for PostgreSQL 16 + PostGIS
- Makefile with standard targets
- Pre-commit configuration (ruff, mypy)
- Environment template (.env.example)
- Error handling foundation (PortfolioError hierarchy)
- Test configuration (conftest.py, pytest config)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 13:49:28 -05:00
01a0984333 Merge pull request 'uploaded initial documentation.' (#2) from init-setup into development
Reviewed-on: lmiranda/personal-portfolio#2
2026-01-11 18:41:21 +00:00
8ed220e014 uploaded initial documentation. 2026-01-11 18:39:55 +00:00
28f703f96b Initial commit 2026-01-11 18:25:07 +00:00