Install nodejs, npm, and mongodb:
sudo apt install nodejs npm mongodb (On Ubuntu/Tuffix)
Start and Enable mongodb:
sudo systemctl enable mongodb --now
Clone the repo:
git clone https://github.com/ZacharyThompson/cpsc362group7.git
Inside the repo, run npm install to install dependencies.
Then, run node website.js to run the server.