Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.03 KB

Airplane Management System

  • One stop destination for all your air-travel bookiing needs
  • Project status: working/prototype

Installation

First, clone the repository by running the command:

https://github.com/Saurav-Kanegaonkar/Airplane-Management-System.git

Enter the file folder:

cd Airplane-Management-System

Install all the dependencies by the following command:

npm install

Run the project in development mode:

npm run dev

Open http://localhost:4000 to view it in the browser.

The page will reload whenever you make edits.
You will also see any lint errors in the console.

Features

  • Information related to the flight
  • Booking tickets for the preferred flight
  • Using payment gateway, the authenticated user can within the website itself
    • User can select number of seats for the travel
    • Pay for the flight

Technologies and Frameworks used:

Frontend:

  • HTML
  • CSS
  • JavaScript

Backend:

  • Express.js

Database:

  • MongoDB

That's all folks