/DBS-Project

Airport Management System to control day to day functioning of an airport including resource management and flight scheduling

Primary LanguagePLpgSQL

DBS-Project

Airport Management System for DBS Lab

How to run:

  1. Have nodejs,npm,redis and mysql installed
  2. clone the repository
  3. run npm install within the cloned directory
  4. create a .env file with the keys as specified in the envexp file
  5. use the SQL file in the repo to make the database in mysql
  6. run nodemon within the directory