Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.05 KB

README.md

File metadata and controls

62 lines (44 loc) · 2.05 KB

CaliTech Team project

image

  • Calculation of Mileage points: The mileage points for each custmomer will be calculated by multipying their ticket price/fare by two.
  • mileagePoints = fare * 1 ;
  • Example: For a ticket worth $1000 the mileagePoints awareded to that customer will be 1000 points.

Team Meeting: Every Thursday at 1 PM : Zoom / In person

Tools used :

  • MERN Stack

Database:

  • MongoDB atlas

Task Allocation :

Frontend: Raajmaathangi and Ishaan

Backend: Rakesh & Tarun

Database: Rakesh

Documentation: Ishaan

Admin Features:

  1. Login
  2. Add flighs and update timings
  3. Search all flights and bookings

User Features:

  1. Sign up/ Login
  2. Search flights
  3. Change seat or update the current booking
  4. Pay using card or points

Steps to start:

  1. Clone the repo
  2. Navigate to Frontend:
    • npm install
    • npm start
  3. Navigate to Backend:
    • npm install
    • node index.js
  4. This will open up your browser and you will be able to access the application