Ishad-M-I-M / airline-reservation

CS3042 - Database Systems Group Project

Home Page:https://b-airways2022.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airline Ticket/Seat Reservation System

CS3042 - Database Systems Module Group Project

Install in local

  1. Run the following command to install all the dependencies
npm install
  1. Follow the server/.env.examples file and create a .env file inside /server directory with local system credentials for MySQL.

  2. Execute following files using MySQL workbench server/db/database.sql - DDL queries server/db/dummy_data - seed data for the system

  3. Run the following command to start the app

npm run start:dev

About

CS3042 - Database Systems Group Project

https://b-airways2022.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 94.2%Language:CSS 5.0%Language:HTML 0.8%Language:Shell 0.0%