Commit graph

2 commits

Author SHA1 Message Date
warnason
354d6e8c14 Add test suite and polish project documentation
Some checks failed
CI / backend-lint-and-test (push) Has been cancelled
- 8 pytest tests covering health, upload validation, API responses, schemas
- Updated README with architecture diagram, feature list, design decisions
- Live demo link and complete API reference
2026-04-27 11:10:41 +02:00
warnason
520d55259f Initial project scaffold: FastAPI backend + Vue.js frontend
Some checks are pending
CI / backend-lint-and-test (push) Waiting to run
- FastAPI with async SQLAlchemy models for IFC elements
- IFC file upload and parsing via IfcOpenShell
- REST API for projects, elements, and properties
- Vue.js 3 frontend shell with Three.js dependency
- Docker Compose for full-stack local development
- PostgreSQL 16 as database
- CI pipeline for Forgejo Actions
- Project documentation and API overview
2026-04-20 11:21:30 +02:00