INSTALLATION GUIDE
Step 1: Install Node.js
- Go to https://nodejs.org
- Click Download (choose the LTS version).
- Run the downloaded file and follow the installation steps.
- After installation, check if Node.js is installed:
- Open VS Code.
- Click Terminal > New Terminal.
- Type this command and press Enter: "node -v"
- If you see a version number (e.g.,
v18.16.0), Node.js is installed correctly.
Step 2: Install Dependencies
- Open VS Code.
- Click Terminal > New Terminal.
- Type this command and press Enter: "npm install"
Step 3: Start the Server To run the project locally:
-
In VS Code, open the Terminal.
-
Type the following command and press Enter: "node server.js"
-
If everything is correct, you will see a message like: "Server running on http://localhost:3000"
-
Open your web browser (Chrome, Edge, or Firefox) and go to:
"http://localhost:3000"
Phone View:
- Confirm both devices are on the same wifi
- Open Command Prompt (or Terminal for MAC)
- Type "ipconfig" and press enter
- Copy IPv4 Address under Wi-Fi:
- In phone browser enter: http://IPv4_ADDRESS_HERE:3000
- if you have any issues please contact: mitchell.macdonald10@gmail.com