Skip to content

bhishekarora/FIDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIDS Server setup

Flight information display system
Simple FIDS server written in Angular/Node/Mysql/Websockets for a small airport/lounge.

Project setup

Setup db

Configure a mysql/maria instance to listen on standard port with following creds USER: "root", PASSWORD: "root", DB: "testdb",

BAckend Server on port env|| 8080

cd FIDS Server
npm i 
node server.js

Socket Server

Embedded in Backend server will expose on port 3000

FIDS Client

cd FIDS Client
npm i
npm install -g angular-http-server
angular-http-server --path static -p 8081

Ref Images

Alerts

alerts

Admin Panel

Delete screens

Update Screens

Search Screens

Disable Screens

Content update (Arrivals /Departures)

Ad advertisements to screens

adminpanel2

Screen

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.

dep

Advertisements

ad

Reach out to me on arora.abhishek@outlook.com for a complete codebase and support.

About

Flight information display system for Airports

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published