Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 542 Bytes

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