OpenShop Product API
Slick RESTful API for juggling product data with Django REST Framework.

Project Description
This RESTful API, built with Django REST Framework, handles product data like a champ.
Supports full CRUD, product searches, and HATEOAS for smooth navigation.
Comes with soft delete, data validation, and proper status codes for a polished experience.
Key Features
Full CRUD
Create, read, update, and delete products with ease.
Search by Name
Find products by name with a clean query.
HATEOAS Links
Navigate resources with embedded API links.
Soft Delete
Mark products as deleted without losing data.
Technical Details
Python
My go-to for building robust backends with clean code
Django
The web framework I use to whip up solid backend apps fast
Django REST Framework
My toolkit for crafting powerful APIs in Django