👋 Demo Project
The Ultimate Music Festival Hub: Your Go-To Source for Information Are you a passionate music lover on the hunt for the ultimate festival experience? Look no further! Welcome to the Music Festival Hub, your comprehensive source of information for all things related to music festivals. Whether you're a seasoned festival-goer or a first-timer, this article aims to provide you with everything you…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Categories /catalog/categories |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| Order | ||
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Create Order /order/new |
|
| POST |
Place Order /order/{id}/place |
|
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Add to Order /order/{id}/product |
|
| Authentication | ||
| POST |
Create User (Sign Up) /auth/user |
|
| POST |
Login /auth/login |
|
| GET |
Me /auth/me |
|
👋 Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|