This Application will show the todays flight status in dashboard. Login option is Implmented. Only Authorized user can login and update the flight status.
setup mongoDb, create database airport
Backend code is in server folder run following commands, npm install npm index.js
run this POST API - http://localhost:8002/flights Above api will generate flight data in server
Then start the application, run following commands, npm install npm run dev
Admin should login with credentials username - admin password - admin
once status changed, it will automatically change in UI