The Definitive Django Learning Platform.
This is the code from the course "Build a Job Board with Django and React", found on JustDjango
This project was bootstrapped with Cookiecutter Django and can be run with Docker.
To run this project you will need to set your environment variables for Stripe inside .envs/.local
.
You can then run the project with docker-compose -f local.yml up
Run the frontend with:
cd frontend
npm i
npm run start