$ npm install
$ npm install redisinstrall redis and do first npm i
rename example.env to .env and add your credential there
# development
$ npm run start:user-service (run this command in root folder to run user service)
$ npm run start:airport-service (run this command in root folder to run airport service)
$ npm run start:flight-service (run this command in root folder to run flight service)
$ npm run dev (run this command to run redis flight tracking and redis caching services)