Skip to content

musketeer07/Flight-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight-Trackeing Web Application using the implementation of Table Data Gateway and Data Mapper

Advance Programming Practices

Steps to run the Flight tracking web application:-

  1. Clone the repository.
  2. Unzip the contents of the repository.
  3. Open the contents into an editor like Visual Studio Code or Webstorm.
  4. Go to the desired file location using the terminal.
  5. Now inorder to run the server side, go to Node Server as well as the main root folder(SOEN-6441-W-Flight-Tracker) and in the terminal, write npm install for both to install the node packages, provided that node is already installed on your local machine.
  6. Also install sqlite3 package using npm.
  7. To start the server, go to the Node Server in the terminal and run the command "node app.js".
  8. Install the latest angular cli from the web.
  9. After installing the above packages, open another terminal for the client side and go to tracker-ui folder and then run "ng serve" whch is a angular provided command to run the localhost so that the UI can be seen.
  10. Go to http://localhost:4200/flights to see the homepage of the appliction and experiment with the data accordingly.

Thanks, hope this project helps you in understanding the implementation of Table Data Gateway and Data Mapper.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors