A virtual Stock market built by MERN stack (MongoDB, Express, React, Node) that allows users to use virtual money to buy stocks in real market (using IEX Trading APIs).
Some dependencies used: Redux, Ant Design, axios, JWT WebToken, etc.
Online Demo https://virtual-stock-demo.herokuapp.com/
# backend
cd server && yarn dev
# frontend
cd client && yarn start
# also make sure that mongodb is installed and there should be a db called ttp-test
This is a full-stack demo of a stock web application that allow users to buy stock, view purchase history and current prices of stocks in the markets. Upon registration, User will be granted $5000 virtual money and they can use them to purchase stocks with their most updated price via IEX API.
- Missing functionality of dealing with expired JWT token, as they cannot be automatically cleared so far.



