Group project from CS 4500
Built from my MEAN-Template
NodeJS is required to run this project.
Follow the Link on the website to install NodeJS and NPM (Node Package Manager)
Verify you have both by typing the following commands in your machine's commmand terminal (CMD, Bash, etc):
node -v to verify NodeJS is installed.
npm -v to verify NPM is installed.
Navigate to the project home directory in your machine's command terminal.
Type npm install to install your project's dependencies.
Type npm start to start the app.
Navigate to localhost:3000 in your browser to navigate the app.