Skip to content

ubednama/Flights-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Service

The Flight Service microservice is responsible for managing flight data within the Flight Management System. It provides endpoints for retrieving information about flights, airports, airplanes, etc.

Technologies Used

  • Node.js
  • Express.js
  • Sequelize (for SQL queries)
  • MySQL (relational database)

Micro-services

Hosting

Project is hosted on AWS Server link

Postman Collection to check APIs

System Design

Link

Installation

Install dependencies:

```sh
npm install
```

Setup .env file and run the project with other microservices

Database Setup

Run following commands to setup database

cd src
npx sequelize init
npx sequelize db:create
npx sequelize db:migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published