/Booking-flight-api

A server to allow end users book and get flights

Primary LanguageJavaScript

A rest API has the following features: Add/Book Flight Get all Flight Get single Flight Update/Edit Flight Delete Flight

flight have the following properties { title: "flight to canada", time: 1pm, price: 26000, date: "26-06-2022" }