This post is part of a series on using GitHub Copilot and demonstrates building a REST API for Planventure, a travel itinerary builder. It guides users through setting up a Flask environment, using Copilot to generate code for database models, authentication, and CRUD operations for trips. The post includes instructions for testing and debugging with tools like Bruno, and highlights using Copilot for generating code changes and documentation.

16m read timeFrom github.blog
Post cover image
Table of contents
What you’ll need and what we’re buildingStep 1: Setting up the environmentStep 2: Create the DatabaseStep 3: Time to create some modelsStep 4: Adding authenticationStep 5: Adding tripsDon’t forget about CORSSome finishing touchesYour next stepsTags:Written by

Sort: