Minimal stock look up and buying website built using Node.js with React, Redux, Express, Sequelize, PSQL
Deployed at https://mg-trading.herokuapp.com/
- npm run seed
- npm run start-dev
- sign up as new user or login as existing user
- total portfolio value doesn't update dynamically after a stock is purchased -- refresh page to update
- store history does not clear after a user logs out and next logged in user is using previous user's store for stocks and prices -- refresh page to clear
