Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Category Management API with Admin Capabilities #36

Open
5rujana opened this issue Oct 5, 2024 · 0 comments
Open

Implement Category Management API with Admin Capabilities #36

5rujana opened this issue Oct 5, 2024 · 0 comments

Comments

@5rujana
Copy link

5rujana commented Oct 5, 2024

Category Management

  • Routes:
    • GET /api/categories - Get a list of categories
    • POST /api/categories - Add a new category (admin only)
    • PUT /api/categories/:id - Update category details (admin only)
    • DELETE /api/categories/:id - Delete a category (admin only)
  • Controllers:
    • CategoryController - Handles category management for products.

@ChandelAnish , @itssarvani394 , @Kritika30032002 please assign this issue to me with proper level under GSSOC-extd 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant