Skip to content

peelmicro/full-stack-react-python-and-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack React, Python, and GraphQL

Source code for the Full-Stack React, Python, and GraphQL Udemy course.

How to Use

To run the python project execute

  1. Execute the pipenv shell
pipenv shell
  1. 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

To run the react client project execute on other terminal window

cd client
yarn start

Follow the course

Follow the course on https://www.udemy.com/full-stack-react-python-and-graphql/

About

Source code for the "Full-Stack React, Python, and GraphQ" Udemy course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published