Creating Projects
Creating Apps with Backend
How to create full-stack apps with database and API.
Creating Apps with Backend
When You Need Backend
- User authentication (login/signup)
- Storing data (users, products, posts)
- CRUD operations
How It Works
VULK detects when you need a backend:
"Create a blog with user login and comments"
This generates:
- Frontend - React UI
- Backend - vulk-api-engine REST API
- Database - PostgreSQL schema managed by vulk-api-engine
Backend Tab
After generation, access Backend tab to:
- View database schema
- Browse data
- Test API endpoints
Deployment
One-click deploy includes:
- Frontend → Cloudflare Pages
- Backend → vulk-api-engine
- Database → PostgreSQL managed by vulk-api-engine