Task Objective: Create a rest API that has the following features:
- Add/Book Flight
- Get all Flight
- Get single Flight
- Update/Edit Flight
- Delete Flight
for flight let it have the following properties
{
title: "flight to canada",
time: 1pm,
price: 26000,
date: "26-06-2022"
}
Repository Link or https://github.com/bee-solve/booking-flight-api
Make changes to the index.js file. Create your own repository and push your code to your created repository. Submit the link to your created GitHub repository.
Emphasis: Do not use MongoDB. Push your Code to your Github repository and submit the link