👋 Demo Project
What Is Github Account? Buy Old GitHub Account. GitHub is a web-based platform and service designed for interpretation control and collaborative software development. It is widely used by developers, organizations, and teams to store, manage, and track changes in code, making collaboration easier and more efficient. Key Features of GitHub: Version Control: GitHub uses Git, a distributed version…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products /catalog/products |
|
| POST |
Create Product /catalog/product |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| GET |
Get Product /catalog/product/{id} |
|
| Order | ||
| GET |
Get User Orders /order/my |
|
| DELETE |
Cancel Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Add to Order /order/{id}/product |
|
| GET |
Get Order /order/{id} |
|
| POST |
Create Order /order/new |
|
| POST |
Place Order /order/{id}/place |
|
| 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 | — |
|