Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 515 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 515 Bytes

SimpleInvest

Created By @SenseiWoo, @VimalMaken, @echang49 and @ShoeBoom.

Setup

Install dep

yarn

secrets

  1. make .env in format
GOOGLE_APPLICATION_CREDENTIALS=./serviceAccountKey.json
STOCK_API_KEY={key from marketstack.com here}
  1. Add firebase-admin service file to root
  2. add firebase app config to frontend/src

Usage

yarn build
yarn start