Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 553 Bytes

File metadata and controls

24 lines (15 loc) · 553 Bytes

Simple E-Commerce API

A basic API built with Django Rest Framework for practicing API concepts.

API Endpoints

  • /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:

Features

  • Search, filter, and ordering capabilities are available.

License

For practice and educational purposes.