/Dj-React-eCommerce

Django with React | An Ecommerce Website

Primary LanguageJavaScriptMIT LicenseMIT

For Creating a new React App

npx create-react-app frontend

cd frontend

npm start

from bootswatch download bootstrap.min.css of "Lux"
Header and Footer components are made with bootstrap
Fontawesome cdn added to index.html
Homescreen, product and rating is added

Creating Backend

pip install virtualenv
virtualenv myenv
pip install djangorest framework
api_view decorators is used
npm install axios

JSON Web Token - JWT installation

pip install djangorestframework-simplejwt