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