Skip to content

drcan94/Dj-React-eCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django with React | An Ecommerce Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published