Flight Booking System

Welcome to this project phase in which you’ll build a flight booking system. The flight booking system will be a back-end application built on Node.js, Prisma ORM, and PostgreSQL.

For this application, you’ll build two primary routes that onboard users and book flights.

The project is divided into three steps:

  • Configure Prisma into our application.
  • Develop user routes to develop APIs that onboard a user.
  • Develop flight routes to develop APIs related to each flight, such as booking and canceling a flight.

With that being said, let’s hit the ground running!