A simple flight booking application.
- Add Flights
- Watch Flight list
- Edit Flight
- Delete Flight
- Filter Flight
- Add seat booking with 2 min reservation
- Delete bookings
- Update bookings
- Login
- Registration
- Clone the repository:
git clone https://github.com/prashanta0234/flight-server cd flight-server
- Run the project
npm run dev / yarn start