Repository files navigation
A Full-stack application with payment gateway integration in Django and React.
This project is broken up into a backend and frontend.
The project contains backend user authentication with the Django Rest Framework and rest-auth.
The frontend uses React and queries data from the API.
Users can create their account, add items to their cart and purchase those items using Braintree payment gateway.
Python
Django
Django REST Framework
JavaScript
React
Bootstrap
Open a command line window and go to the project's directory.
pip install -r requirements.txt && pip install -r dev-requirements.txt
npm install
npm run start
Open another command line window.
workon theprojectname or source theprojectname/bin/activate depending on if you are using virtualenvwrapper or just virtualenv.
Go to the backend directory.
python manage.py runserver
About
This repository implements a Full-Stack E-Commerce application with payment gateway integration.
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.