Code Monkey home page Code Monkey logo

shubhamgupta2730 / flyfinder-flight-booking-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 135 KB

This system allows users to search for available flights based on their preferred dates, destinations, and other criteria. Once users find suitable flights, they can proceed to book tickets securely through the platform.

JavaScript 100.00%
airline-management-system expressjs flight-booking-system jwt microservice nodejs nodemailer rabbitmq airline-booking-system flight-search-website

flyfinder-flight-booking-system's Introduction

FlyFinder: Flight Booking System

FlyFinder is a flight booking system implemented using Micro-Service Architecture. It consists of several microservices including Search Service, Booking Service, Authentication Service, Reminder Service, and API Gateway.

Features

  • Micro-Service Architecture: Implemented using 5 microservices:

    • Search Service
    • Booking Service
    • Authentication Service
    • Reminder Service
    • API Gateway
  • RabbitMQ Message Queue Service: Utilized for sending reminders to users. The Reminder Service interacts with RabbitMQ for reliable message delivery.

  • Sequelize Package: Utilized npm Sequelize package for interacting with SQL databases, ensuring efficient and reliable data storage and retrieval.

Installation

To run FlyFinder locally, follow these steps:

  1. Clone the repository:

git clone https://github.com/shubhamgupta2730/FlyFinder-Flight-Booking-System.git

  1. Install dependencies for each microservice:

cd search-service && npm install cd ../booking-service && npm install cd ../authentication-service && npm install cd ../reminder-service && npm install cd ../api-gateway && npm install

  1. Start each microservice:

cd search-service && npm start cd ../booking-service && npm start cd ../authentication-service && npm start cd ../reminder-service && npm start cd ../api-gateway && npm start

Contributing

We welcome contributions to FlyFinde! Feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License.

flyfinder-flight-booking-system's People

Contributors

shubhamgupta2730 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.