👋 Demo Project
I run a creative space where editing, storytelling, and digital innovation come together. My focus is on connecting with people who share a love for content creation, especially short-form videos. Whether you’re a beginner learning the basics of CapCut or a seasoned editor experimenting with transitions, effects, and storytelling techniques, this show is designed to inspire and connect. I’m…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| POST |
Create Product /catalog/product |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Categories /catalog/categories |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| Order | ||
| POST |
Place Order /order/{id}/place |
|
| POST |
Add to Order /order/{id}/product |
|
| GET |
Get Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Create Order /order/new |
|
| Authentication | ||
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
| POST |
Create User (Sign Up) /auth/user |
|
👋 Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|