Flight information display system
Simple FIDS server written in Angular/Node/Mysql/Websockets for a small airport/lounge.
Configure a mysql/maria instance to listen on standard port with following creds USER: "root", PASSWORD: "root", DB: "testdb",
cd FIDS Server
npm i
node server.js
Embedded in Backend server will expose on port 3000
cd FIDS Client
npm i
npm install -g angular-http-server
angular-http-server --path static -p 8081
Delete screens
Update Screens
Search Screens
Disable Screens
Content update (Arrivals /Departures)
Ad advertisements to screens
Multiple screens can be mapped for arrivals/baggage, currently API is hosted locally in data folder of SERVER, but any kind of API with JSON or any other exchange can be plugged in.
Reach out to me on [email protected] for a complete codebase and support.
