Skip to content

shodown96/djr-ecommerce

Repository files navigation

Django React Ecommerce

This repository contains an Ecommerce project using Django and React. The project features Django Rest Framework and Rest Auth for the Backend, React Redux, MDB for the frontend

Watch the tutorial on how to integrate Django and React

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

Create the file "src/apikeys.js" and export your stripe and paystack apikeys from there
npm i
npm start

For deploying

npm run build

About

A fullstack application using django and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published