Skip to content

Advanced-Database-Project/flight-tracking-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

$ npm install
$ npm install redis

instrall redis and do first npm i

Compile and run the project

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)

About

this repository contains the backend and microservices for rideshare app for advanced database project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors