This commit is contained in:
2026-04-09 19:28:41 +03:00
commit 9fa723bb4c
43 changed files with 2804 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# Form Builder Backend
Dynamic form builder with PostgreSQL JSONB support.
## Features
- ✅ Dynamic form creation with custom fields
- ✅ JSONB storage for flexible submissions
- ✅ Advanced analytics and reporting
- ✅ CSV/Excel export
- ✅ RESTful API with FastAPI
- ✅ Async database operations
- ✅ Full-text search in JSONB fields
## Quick Start
### Using Docker
```bash
# Copy environment file
cp .env.example .env
# Start services
make docker-up
# Initialize database
make init-db
# Seed test data (optional)
python scripts/seed_data.py