/lobster-ice

STEP 2020 Capstone Project :)

Primary LanguageCSS

lobster-ice

STEP 2020 Capstone Project :) Project presentation: https://docs.google.com/presentation/d/1d886XSu86rw00bm_ApstzAB39q8U1b5ynx464Ss0nmQ/edit?usp=sharing

Step 0: Make sure to have or install Node.Js version 10 or above

We recommend using Node Version Manager (nvm):

Step 1: Start Server API Node on Port 8080

Connecting to Our Remote MongoDB Atlas

  • Create a file in ./server named '.env' for credential setup. (Reach out for credential details!)

Connecting to your own MongoDB cluster or local MongoDB

  • Navigate to ./server/db/index.js
  • Change defaultUri to your own connection key

Start Server

  • $ cd ./server
  • $ npm install
  • $ npm start

Chrome Extension: Install the Extension in Chrome Developer Mode

  • Navigate to chrome://extensions
  • Make sure developer mode is toggled 'on'
  • Select Load Unpacked
  • Select the ./chrome-extension/ directory

Web Application: Start React UI Node on Port 3000

  • $ cd ./webapp-client
  • $ npm install
  • $ npm start

Testing Server API

  • $ cd ./server
  • $ npm install
  • $ npm test