santiagoSSAA / ThePythonStore

Your personal online store, built entirely with Python. Learn web development, e-commerce, and Python frameworks.
MIT License
0 stars 1 forks source link

Views - implement Views for CRUD with models #4

Open santiagoSSAA opened 3 weeks ago

santiagoSSAA commented 3 weeks ago

Implement views for CRUD operations on Product, Category, Tag, Cart, CartItem, Order, OrderItem, and User. API endpoints:

Implement API endpoints for the above models and operations.