Uses Node.js, npm, Pug.js, Express, Mongoose, Bootstrap, and MongoDB
- Install to default location
- Open terminal
- Run
node -v
to check Node.js - Run
npm -v
to check npm
- Clone repo to your Users/username directory
- Use terminal to cd to repo, or open a terminal in vscode
- Run
npm install
- Run
npm start
- Visit http://localhost:3000 to view
Note: If you branch please branch by feature or page not by your name. Discuss with group on GroupMe before commiting any changes to master, or starting work on a different feature (so we don't get merge conflicts or repeat work.) If you're not 100% with git/github, download GitKraken from the link at the top. It will visualize branches and commits for you.