This project is a product inventory management system built using Django and Django REST Framework. It provides a set of CRUD APIs for managing products in an inventory.
- Get a single product by ID.
- Get all products.
- Update a product by ID.
- Delete a product by ID.
- Python 3.x
- Django 3.x or higher
- Django REST Framework
- PostgreSQL (or any other database of your choice)
-
Clone the repository:
git clone https://github.com/SoulAbi/product_inventory.git cd product_inventory_management