Welcome to the Fashion Store Django Backend API! This API provides endpoints to manage clients, sales, inventory, and revenue for a fashion store.
Benny Hinn
- URL:
/api/clients/ - Method: GET
- Description: Fetches all clients from the database.
- URL:
/api/sales/ - Method: GET
- Description: Retrieves all sales records from the database.
- URL:
/api/total-sales/ - Method: GET
- Description: Retrieves all sales records from the database.
- URL:
/api/total-revenue/ - Method: GET
- Description: Calculates and returns the total revenue generated from all sales.
- URL:
/api/inventory/ - Method: GET
- Description: Retrieves the current inventory of products available in the store.
- URL:
/api/clients/ - Method: POST
- Description: Retrieves all clients from the database.
- Django
- Django REST Framework
- SQLite