Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 491 Bytes

AirCobra

  1. Create a Database in postgress. Adjust the name in the conString varriable in server.js <- Application
  2. Schema.txt holds the create statements for our prjoect. Run those on your new Postgress Database
  3. Import the csv file in Dummy Data in the following order:
    1. Airport.csv
    2. Airline.csv
    3. Flight.csv
    4. Price.csv
  4. Run the node server with the command: node server.js
  5. Go to your localhost url on a web browser : http://localhost:8080/
  6. Thats it !