Skip to content

JosephGotengco/MERNStockName

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STOCK NAME MERN

A Stock Trading Web Application built with the MERN Stack!

image

Getting Started

  1. Download project
  2. Download required node packages using the npm install command:
$ npm install
  1. Start the project by executing this command:
$ npm run dev

This will open a new tab in your browser and you'll be ready to start trading stocks!

Description

Stock Trading Web Application built using the MERN Stack. Currently, it's still in WIP but way past a proof on concept! This is a personal project but uses the same idea of a stock trading web application from a course I did in school. However, all code here was typed from scratch for educational purposes and for fun! Furthermore, this project uses ReactJS and Redux whereas the other project used HBS, a templating engine.

Deployment

If I were to deploy this on a real production environment, I would simply use AWS and deploy on an EC2 instance and I would most likely upgrade my MongoDB database. If I expect there to be a lot of users i.e. 300+, I would most likely use a relational database like MySQL for scalability.

See it Live

Demo Link Please note that Heroku will need to redeploy the application so please be patient!

Authors

Acknowledgements

  • Thank you ReactJS Youtube Tutorials for existing!