Simple Product CURD API

usename: admin

pass: password

Installation

This requires Python v 3.9+ to run.

Install the dependencies using pip.

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

API ENDPOINT

link
admin https://stark-chamber-96283.herokuapp.com/admin/
doc https://stark-chamber-96283.herokuapp.com/api/doc/
CRUD https://stark-chamber-96283.herokuapp.com/api/crud/
Category List https://stark-chamber-96283.herokuapp.com/api/categories/
Category with Product List https://stark-chamber-96283.herokuapp.com/api/category/1/
Products List https://stark-chamber-96283.herokuapp.com/api/products/
Product/id https://stark-chamber-96283.herokuapp.com/api/product/1/