Skip to content

deekshi-hari/fueled_up

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini E-Commerce App in React & Redux + Django

Mini E-Commerce App, with a frontend built in React & Redux and a backend built in Django API.

Live Demo

This App uses a Heroku free plan, so I am afraid that it takes time to load the pages.

Check out FRONTEND LIVE DEMO here!!

Check out API LIVE DEMO here!!

Tech used

* Frontend : React & Redux
* Backend : Django

How to Install

  1. Git Clone
git clone git@github.com:Tech-i-s/techis-wd-forum-django-react.git
  1. Backend setting
cd backend
Python -m venv env
(For Mac) source env/bin/activate
(For Windows) env/Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
# Open http://127.0.0.1:8000/posts/
  1. Frontend setting
cd frontend
npm install
npm start
# Open http://127.0.0.1:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • Python 36.0%
  • CSS 14.9%
  • HTML 0.4%