2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00
2026-04-09 19:28:41 +03:00

# 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
Description
No description provided
Readme 62 KiB
Languages
Python 93.8%
Makefile 2.1%
Dockerfile 1.7%
PLpgSQL 1.4%
Shell 1%