Deval1807 / Airport_Management_System

As a part of my DBMS course, I have created this simple and basic airport management system website. Which have the basic functionalities of user as well as admin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airport Management System

This is a very simple full stack project, we created as a part of our DBMS course.

The project is based on node-express for backend server and MySQL as the database. We are using HTML, CSS and EJS for rendering frontend pages.

Table of Contents

  1. Getiing Started
  2. Contribution
  3. Contact

Getting Started

Prerequisites

  • Node.js installed
  • MySQL database

Clonning

Clone the Repository

git clone https://github.com/Deval1807/Airport_Management_System
cd Airport_Management_System

Configuration

  • Create a new file .env in the root directory
    • Make sure to have the following configuration in them according to your database config

      DB_HOST=<>
      DB_USER=<>
      DB_PASSWORD=<>
      DB_DATABASE=<>
      PORT=<>

Starting the Project

  • Install the dependencies:
    npm install
  • Make sure you have set up the .env file (see Configuration)
  • Starting the Services
    npm start

Usage

  • Once the service is up and running,
  • Visit http://localhost:<PORT>

Contribution

We welcome contributions from the community. To contribute, please fork the repository, create a new branch, and submit a pull request. Make sure to follow the coding standards and ethical practices.

Contact

For questions or support, please contact Deval Darji by following ways:

  1. LinkedIn: Deval Darji

  2. Email: deval135darji@gmail.com

About

As a part of my DBMS course, I have created this simple and basic airport management system website. Which have the basic functionalities of user as well as admin.


Languages

Language:HTML 44.3%Language:JavaScript 38.1%Language:EJS 10.0%Language:CSS 7.5%