Commit Graph

4 Commits

Author SHA1 Message Date
c6233e1a56 refactor: Centralize database session management in a shared dependency module 2025-10-20 22:30:56 +02:00
39c45e720c Add initial implementation of CalMiner with project structure, environment setup, and core features
- Create .env.example for environment variables
- Update README with project structure and development setup instructions
- Implement FastAPI application with API routes for scenarios and parameters
- Add database models for scenarios, parameters, and simulation results
- Introduce validation middleware for JSON requests
- Create services for running simulations and generating reports
- Add testing strategy and directory structure in documentation
2025-10-20 18:37:57 +02:00
ebac14cbb2 Add .gitignore file and update README and implementation plan documentation 2025-10-20 17:03:45 +02:00
328910a985 Add comprehensive documentation for CalMiner, including architecture, development setup, MVP features, implementation plan, and testing strategy 2025-10-20 16:25:39 +02:00