π Demo Project
Are you interested in Online Speed Dating? Unsure why it is rising in popularity? One of the main reasons is the convenience it offers. With online speed dating, individuals can participate in events to meet other singles at their preferred age and build lasting relationships, even if they are busy with schedules. Explore the best events!
π Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products /catalog/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| GET |
Get Product /catalog/product/{id} |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| Order | ||
| GET |
Get Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Create Order /order/new |
|
| POST |
Add to Order /order/{id}/product |
|
| POST |
Place Order /order/{id}/place |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| DELETE |
Cancel Order /order/{id} |
|
| 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 | β |
|