Giter Site home page Giter Site logo

syedmuhammadfaheem / airopsmanager-airlinesmanagementsystem Goto Github PK

View Code? Open in Web Editor NEW
19.0 2.0 14.0 103 MB

Flight Management System using MERN Stack. It consists of an Admin Panel having specified permissions to access the database along with a Customer Panel having specified CRUD operations control and book as many tickets as they want. This was a fifth semester project for Database Systems course of FAST NUCES.

HTML 1.01% CSS 10.22% JavaScript 88.77%
crud-application database-management expressjs management-system nodejs react reactjs sql budget postgresql airline-booking airline-management-system airline-reservation

airopsmanager-airlinesmanagementsystem's Introduction

Airlines Management System

Flight Management System using MERN Stack. It consists of an Admin Panel having specified permissions to access the database along with a Customer Panel having specified CRUD operations control and book as many tickets as they want. This was a fifth semester project for Database Systems course of FAST NUCES.

Table of Contents

Installation

Client

  1. Navigate to the client directory.
cd client
  1. Install the required react dependencies through.
npm install
  1. Run the frontend server.
npm start

Server

  1. Navigate to the server directory.
cd server
  1. Install the required react dependencies through.
npm install
  1. All the commands to create all the functionalites for the sql database are in Database.sql file. You have to run them one by one to create all the required tables, triggers and other procedures.

  2. Change this code snippet in the index.js file accordingly. The comments represent the values I have set for my local machine.

   const db= mysql.createPool({
    host:"localhost",
    user:"your_sql_db_name",
    password:"your_sql_db_password",  
    database:"your_database_name"   //airport_management
});
  1. Run the backend server.
nodemon index.js

airopsmanager-airlinesmanagementsystem's People

Stargazers

Anu avatar Yussuf Hersi avatar Mohammed Omer avatar  avatar Mohibur Rahman avatar  avatar  avatar Aman Kumar avatar  avatar  avatar Mursaleen Moosa avatar Adison Keith avatar Rishu Raj avatar Siddhant Patel avatar Purv Joshi avatar Lokesh Choudhary avatar Anushka avatar Antar avatar Adheesh Jain avatar

Watchers

 avatar Faheem 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.