/CS408

Full-Stack Application to demonstrate JS abilities.

Primary LanguageJavaScript

CS408

##Set Up

  1. Install Homebrew
  2. Install NodeJS brew install node
  3. Install MongoDB brew install mongodb
  4. Start MongoDB mongod
  5. Run npm install on root directory where package.json lives.
  6. Navigate to /server directory
  7. Run node app or (on linux or other machines) nodejs app