Giter VIP home page Giter VIP logo

fork-ensf480-final-project's Introduction

ENSF 480 - Principles of Software Design

Flight Reservation Web Application

image

Project Overview

Welcome to the Flight Reservation Web Application project developed by Group 12 for the ENSF 480 course. This web application is designed for use by different type of users, tourism agents, airline agents, and system admins.


System Description

For a detailed description of the Flight Reservation System, please refer to the System Description Google Doc.


Installation

Prerequisites

Before you begin, ensure you have the following prerequisites installed on your machine:

  1. Node.js and npm:

  2. MySQL:

  3. MySQL Workbench 8.0 CE:

  4. Java 21:

  5. Maven:

Instructions

Follow these steps to set up and run the Flight Reservation Web Application:

  1. Clone the Repository:

    git clone https://github.com/your-username/flight-reservation-app.git
    cd flight-reservation-app```
  2. Initialize MySQL Database:

Run the airlinedb.sql script to initialize the MySQL database.

  1. Configure Database Connection:

Navigate to group12/src/main/resources. Configure the application.properties file with your database username, password, and datasource URL.

  1. Build and Run the Backend
mvn clean install
cd target
java -jar group12-0.0.1-SNAPSHOT.jar
  1. Build and Run the Frontend Open up a new terminal window.
npm i
npm run build
npm run start
  1. Access the Application Open your web browser and navigate to http://localhost:3000 to access the Flight Reservation Web Application.

fork-ensf480-final-project's People

Contributors

justin-phxm avatar freshmint7 avatar aidanw86 avatar rohan12342 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.