A basic API built with Django Rest Framework for practicing API concepts.
/api/products/
/api/products/<int:pk>/
/api/products/info/
/api/orders/
/api/orders/user-orders
For more information about the API endpoints, after running the server, visit:
- Search, filter, and ordering capabilities are available.
For practice and educational purposes.