Skip to content

sai6kiran/AirCobra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published