Source code for the Full-Stack React, Python, and GraphQL
Udemy course.
- Execute the
pipenv
shell
pipenv shell
- Execute the server in port 9000 (change the port to the one you want or leave it blank to use port 8000)
cd app
python manage.py runserver 9000
cd client
yarn start
Follow the course on https://www.udemy.com/full-stack-react-python-and-graphql/