Installation Instructions - chrisegener22/LT-soen341projectF2023 GitHub Wiki
- Install the most current version of Node.js locally from their website node.js
- Clone the project locally
- Open a command terminal in the "my-app" directory, and run "npm install"
- Once the installation is complete, in the same directory, run "npm start"
- Open a separate terminal and cd into "backend".
- Run "npm install" and "node .\index.js" to start the server.