0s on this page|90 seconds to a running app
Clone. Run. Done.
No signup. No configuration. No waiting.
Your code, your servers, running in seconds.
terminal
# Clone the quickstart
$
What you'll see at localhost:8080
A complete order management system with sample data, ready to explore and customize.
Admin UI
Search, filter, create, edit, delete - all generated from your schema
REST API
GET /api/order
200 OK
{
"records": [...]
}
Full CRUD endpoints with filtering, sorting, pagination
API Docs
GET/api/order
POST/api/order
PUT/api/order/{id}
DEL/api/order/{id}
OpenAPI/Swagger docs auto-generated
What's in the quickstart?
A sample order management system with these tables already defined:
Customer - name, email, phoneProduct - name, price, SKUOrder - customer, date, statusLineItem - order, product, qtyPre-populated with sample data so you can explore immediately.
You've got a running app. Now make it yours.
Add your own tables, connect a real database, deploy to production.
Before you start
Need to install these?Java 21+
Git
Terminal