Commit Graph

6 Commits

Author SHA1 Message Date
4533a4c166 Add unit tests for scenarios, parameters, reporting, and simulation features 2025-10-20 18:38:02 +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
cb9749010f Initial project structure 2025-10-20 17:12:33 +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
218b0ba58d first commit 2025-10-20 15:02:35 +02:00