Commit Graph

3 Commits

Author SHA1 Message Date
2b9877a9d3 feat: add GitHub Actions workflow for frontend formatting and linting
All checks were successful
Backend CI / lint-and-test (push) Successful in 1m56s
2025-10-11 17:42:20 +02:00
47bbd7ab0c feat: add GitHub Actions workflow for backend formatting and testing 2025-10-11 17:40:33 +02:00
fc1e874309 feat: Initialize frontend and backend structure with essential configurations
Some checks failed
Backend CI / lint-and-test (push) Failing after 2m15s
Frontend CI / lint-and-build (push) Successful in 1m1s
- Added TypeScript build info for frontend.
- Created Vite configuration for React application.
- Implemented pre-commit hook to run checks before commits.
- Set up PostgreSQL Dockerfile with PostGIS support and initialization scripts.
- Added database creation script for PostgreSQL with necessary extensions.
- Established Python project configuration with dependencies and development tools.
- Developed pre-commit script to enforce code quality checks for backend and frontend.
- Created PowerShell script to set up Git hooks path.
2025-10-11 15:25:32 +02:00