Skip to content

githubschool/copilot-custom-workshop-django-react-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

517e830 · Feb 13, 2024

History

24 Commits
Feb 13, 2024
Aug 1, 2023
Feb 13, 2024
Jul 30, 2023
Feb 12, 2024

Repository files navigation

Custom GitHub Copilot workshop with Python Django, ReactJS, and PostgreSQL stacks

GitHub Copilot Workshop

Welcome to a custom Copilot workshop prepared by GitHub’s Expert Service team!

In this workshop, 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 workshop involves several technology stacks, it is essential that you need to meet prerequisites as outlined from Before getting started if you want to follow along. Otherwise, you can always listen to what GitHub Expert Service team's instructor demo to see how it works in practice.

Without further ado, let's get started.

Table of Contents

  1. Story about Mona's dream to make her dream a reality
  2. Before getting started
  3. Build a PostgreSQL database layer using Docker container
  4. Deploy the PostgreSQL package to GitHub Packages
  5. Build a Python Django server with REST
  6. Build a front end layer with ReactJS
  7. Lessons Learned - Best practices, gotchas, etc