Currency Switcher with local Storage|Multivendor Ecommerce Website Django ReactJs & DRF|#53

Опубликовано: 04 Октябрь 2024
на канале: Code Artisan Lab
371
4

#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
How to fetch related products in django & ReactJs
How to implement customer login with django api
How to use django authenticate method
How to return json response in django
How to use localStorage in ReactJs
how to register customer in ecommerce
How to use React Context API
How to confirm order in django reactjs ecommerce
how to empty localstorage data
How to fix twice insert issue in ReactJs
how to Show Payment Options in Django ReactJs Ecommerce
How to Change Order Status After Paypal Payment
How to fetch customer order items in ecommerce
How to fetch customer orders in django with reactjs
How to write nested serializer in DRF
How to post plain id in foreignkey in DRF
How to use to_representation function in DRF
How to switch currency in Django ReactJs ecommerce website