Fetch all categories with pagination||Multivendor Ecommerce Website in Django ReactJs||REST API #34

Опубликовано: 30 Сентябрь 2024
на канале: Code Artisan Lab
1,378
30

#Django #ReactJs #CodeArtisanLab #DjangoRestFramework #MultiVendorEcommerce

Download Django Projects 👍
==============
https://projectsplaza.com

Resources 📖
==============
= Python = https://www.python.org/downloads/
= VirtualEnv = https://docs.python.org/3/tutorial/ve...
= Django = https://pypi.org/project/Django/
= Django Rest Framework = https://www.django-rest-framework.org/
= Django Cors Headers = https://pypi.org/project/django-cors=...
= PostgreSQL = https://www.postgresql.org/
= PgAdmin = https://www.pgadmin.org/
= NodeJs = https://nodejs.org/en/download/
= ReactJs = https://reactjs.org/
= React Router DOM = https://reactrouter.com/
= axios = https://www.npmjs.com/package/axios
= httppie = https://httpie.io/
= drf jwt = https://django-rest-framework-simplej...
= Json Web Token (JWT) = https://jwt.io/\
= React Router DOM = https://reactrouter.com/en/main
= Django CORS Headers = https://pypi.org/project/django-cors-...

Commands 💻
==============
Install Virtual Enviroment = pip install virtualenv
Create Virtual Enviroment = python3 -m venv env
Activate Virtual Enviroment = source env/bin/activate
Install Django = pip install django
Create Django Project = django=admin startproject backend_api
Run Django Project = python3 manage.py runserver
Install PostgreSQL = https://www.postgresql.org/docs/
Install PgAdmin4 = https://www.pgadmin.org/
Install psycopg2=binary = pip install psycopg2-binary
Django Rest Framework = pip install djangorestframework
HTTP Client = sudo apt install httpie
JSON Web Token for Django REST Framework = pip install djangorestframework-simplejwt

LIKE ⭐️ COMMENT ⭐️ SHARE ⭐️ SUBSCRIBE 👍 💯 🤩 🥇 🌟
===============

Tutorials 📚
==========================
Multivendor Ecommerce Website in Django 4, ReactJs 18, and Bootstrap 5 =    • Multivendor Ecommerce Website with Dj...  
============================
Learning Management System in Django ReactJs Bootstrap 5 = https://www.youtube.com/playlist?list...
============================
Ecommerce Website in Django 3 and Bootstrap 4 =    • How to create eCommerce website in Dj...  
============================
PhotoGallery Website in Django 3, Sqlite and Bootstrap 5 = https://www.youtube.com/watch?v==GIUq...
============================
Django Rest Api with Authentication =    • Create Rest api in django 3 with user...  
============================
Employee Register App in Codeigniter 4 and Bootstrap 4 =    • How to create Website in Codeigniter ...  
============================
Django Patient Record App =    • Patient Record App in Django 3  
============================
Django Question Answer Website =    • Question Answer Website in Django  
============================
Django News Website =    • Django News Website  
============================
Django ReactJs Employee Register App = https://www.youtube.com/playlist?list...
============================

⭐️ Tags ⭐️
==============
Django Tutorials
Django Rest Framework Tutorials
Learn Django From Scratch with example project
Create Ecommerce Website in Django
Django 4 Tutorials
Django Tutorials for beginners
Python Django Tutorials
Django Full Course
Django Rest Framework Login Permission
Django Rest Framework List API
Django Rest Framework Detail API
How to override query in django rest api
Django Rest Framework Permission and Authentication
JWT Authentication in Django REST Framework
Jwt token auth
Django Rest Framework Pagination
DRF Pagination
Django API Pagination
Customize Pagination in Django Rest Framework
DRF routers and viewsets
DRF Serializer Related Field
How to use related_name in django rest framework
How to use React Router DOM
How to design customer register page in reactJs
How to design customer login page in reactJs
How to design customer dashboard page in reactJs
How to cors headers issue in django rest framework
How to fetch data from django rest framework in reactjs
How to use javascript fetch api in reactjs
How to implement pagination in django rest framework