Form builder with schema validation, multi-step, and file upload
SvelteKit, TypeScript, FastAPI, PostgreSQL
Backend service with SvelteKit, frontend user interface, and database persistence
# Clone the repository
git clone https://github.com/elitsuri/svelte-forms-pro-1
cd svelte-forms-pro-1
# Copy environment variables
cp .env.example .env
docker compose up --build