Skip to content

justdjango/django_react_paypal

Repository files navigation

JustDjango

The Definitive Django Learning Platform.

Django React PayPal Payments

This is a tutorial for integrating PayPal with Django and React.

This project was bootstrapped with Cookiecutter Django.

Running the Project

Make sure you add your environment variables

Option 1: Docker

You can run the project with Docker:

docker-compose -f local.yml build
docker-compose -f local.yml up

Option 2: Locally

Install and run everything manually. You will need to create a Postgres database locally as well.

Django Backend

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

React Frontend

npm i
npm run start

For deploying

npm run build

Other places you can find us:

YouTube Twitter

About

An integration of PayPal payments with Django and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published