Commit Graph

6 Commits

Author SHA256 Message Date
f7d010f28d Use Docker for local development environment
- Update README and CLAUDE.md with Docker-based dev workflow
- Add Dockerfile for containerized deployment
- Add gunicorn to requirements.txt
- Dev uses volume mount for live code reloading

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 20:41:48 -05:00
10407415f0 Add .env files to gitignore and update README with setup instructions
- Add .env.dev and .env.prod to .gitignore
- Document environment variable configuration in README
- Include instructions for generating secure keys

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 20:40:00 -05:00
49ef87ea50 Add CLAUDE.md for project context
Includes project structure, commands, patterns, and auto-update
instructions for Claude Code sessions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 20:38:09 -05:00
0c2ed2ef35 moved python flask code to src/ 2026-01-19 20:15:12 -05:00
96d252e47b initial login logic 2026-01-19 20:12:50 -05:00
523a4662b2 Initial commit 2026-01-19 20:06:47 -05:00