Entire Backend API with Postgres
Go to file
Benjamin Slingo 7ab47d6017 Clean up repository: remove shell scripts, test files, and temporary utilities
- Removed all .fish and .sh utility scripts
- Removed test SQL files and debug scripts
- Removed temp files and symlinks
- Removed HTML test files and Python migration helpers
- Updated .gitignore to prevent these files from being tracked again

Repository now contains only essential project code and migrations.
2025-08-19 21:00:09 -04:00
migrations Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
src Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
tests Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
.env.example Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
.gitignore Clean up repository: remove shell scripts, test files, and temporary utilities 2025-08-19 21:00:09 -04:00
build.rs Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
Cargo.toml Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
FRONTEND_MIGRATION_GUIDE.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
LICENSE Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
NEXT_STEPS.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
README_BULLETIN_CLEANING.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
README_HTML_CLEANING.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
README_timezone_migration.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
REFACTORING_COMPLETE.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
REFACTORING_GUIDE.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
SERVICE_LAYER_MIGRATION.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
TIMEZONE_FIX_SUMMARY.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00
TIMEZONE_MIGRATION_PLAN.md Initial commit: Church API Rust implementation 2025-08-19 20:56:41 -04:00