REMEMBER THAT YOU NEED FE

Usage:

You should copy .env.sample to .env and then:

yarn dev - Run the development server.

yarn start - Runs the server.

Routes

root.get("/api/getAllFlights")
root.get("/api/getAllAirports")
root.post("/api/getFlightsForOneWay")
root.post("/api/getFlightsForRoundTrip")

Help out

Feedback and contributions are very welcome.