courtneypattison / thegrouch

Stripe integrated with django-oscar, django-oscar-api and a basic react app bootstrapped with Vite
MIT License
1 stars 1 forks source link

TheGrouch

Example

example

Install and run

First you need to create Stripe API keys and then add them to a .env file. See settings.py for which keys need to be created.

$ cd thegrouch
$ pip install -r requirements.txt
$ ./manage.py runserver
$ ../cd react-app
$ pnpm dev