Installation Instructions - chrisegener22/LT-soen341projectF2023 GitHub Wiki

  1. Install the most current version of Node.js locally from their website node.js
  2. Clone the project locally
  3. Open a command terminal in the "my-app" directory, and run "npm install"
  4. Once the installation is complete, in the same directory, run "npm start"
  5. Open a separate terminal and cd into "backend".
  6. Run "npm install" and "node .\index.js" to start the server.