Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 603 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 603 Bytes

README

Contributors: Dylan Wilbur, Keaton Heisterman, Ethan Matus Jai Parera

Configuration

You will need to add a file config/keys.js with the following information:

module.exports = {
  mongoURI: "YOUR_MONGO_URI_HERE",
  secretOrKey: "secret"
};

Getting Set up: install dependencies

npm install
npm run client-install

Note: npm run client-install will likely complain about npm audit vulnerabilities. This is not an issue: see this github issue

Starting the server

npm run dev