https://github.com/bryantson/copilot-custom-workshop-django-react-web
Made for my Udemy course titled "GitHub Copilot - The Complete Guide learning from an expert".See the link below. Repository that has custom GitHub Copilot tutorial demonstrating a full stack web application demo using PostgreSQL, ReactJS, and Python Django
https://github.com/bryantson/copilot-custom-workshop-django-react-web
copilot-tutorial github githubcopilot javascript learning python reactjs tutorial udemy webdevelopment
Last synced: about 1 month ago
JSON representation
Made for my Udemy course titled "GitHub Copilot - The Complete Guide learning from an expert".See the link below. Repository that has custom GitHub Copilot tutorial demonstrating a full stack web application demo using PostgreSQL, ReactJS, and Python Django
- Host: GitHub
- URL: https://github.com/bryantson/copilot-custom-workshop-django-react-web
- Owner: bryantson
- License: mit
- Created: 2025-06-26T21:19:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T15:01:42.000Z (9 months ago)
- Last Synced: 2025-10-21T17:42:16.215Z (5 months ago)
- Topics: copilot-tutorial, github, githubcopilot, javascript, learning, python, reactjs, tutorial, udemy, webdevelopment
- Homepage: https://www.udemy.com/course/draft/6134731/?referralCode=D40712FA3268AEE04F56
- Size: 11.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Copilot tutorial - Let's build a full stack application with Python Django, ReactJS, and PostgreSQL stacks

This tutorial was made for my Udemy course titled [**GitHub Copilot - The Complete Guide learning from an expert**
](https://www.udemy.com/course/draft/6134731/?referralCode=D40712FA3268AEE04F56). Please enroll for a full learning experience.
In this **GitHub Copilot** tutorial, you will get to deliver a custom Copilot workshop that can help to build a full stack web application that involves a front end layer using ReactJS, a backend layer using Python Django, and a database layer using PostgreSQL.
Because this tutorial involves several technology stacks, it is essential that you need to meet prerequisites as outlined from [Before getting started](docs/2_BeforeGettingStarted/README.md) if you want to follow along.
Without further ado, let's get started.
## Table of Contents
1. [Story about Mona's dream to make her dream a reality](docs/1_Story/README.md)
2. [Before getting started](docs/2_BeforeGettingStarted/README.md)
3. [Build a PostgreSQL database layer using Docker container](docs/3_BuildPostgreSQL/README.md)
4. [Deploy the PostgreSQL package to GitHub Packages](docs/4_StoringPostgreSQLImageRegistry/README.md)
5. [Build a Python Django server with REST](docs/5_BuildPythonDjango/README.md)
6. [Build a front end layer with ReactJS](docs/6_BuildReactJS/README.md)
7. [Lessons Learned - Best practices, gotchas, etc](docs/7_LessonsLearned/README.md)
# License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.