An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# GitHub Copilot tutorial - Let's build a full stack application with Python Django, ReactJS, and PostgreSQL stacks

![GitHub Copilot tutorial](./images/cover-copilot-new.jpg)

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.