Skip to content

ThisZW/virtual-stock-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Stock Demo

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.

Getting Started

# 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

Overview (updated 6/12/2019)

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.

Interfaces Implemented:

Portfolio Page

portfolio

Transaction Page

Transactions

Login Page

Login

Register Page

Register

Bugs to be fixed

  • Missing functionality of dealing with expired JWT token, as they cannot be automatically cleared so far.

About

Built by MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors