Run the server

  • Requires php > v5.6
cd server/public && php -S localhost:8888

Run the client

  • Requires node & npm
cd client && npm start

Notes

  • Data are stored in /server/data/airports.json and /server/data/flights.json