Skip to content

connorgoggans/StockShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockShare

What is StockShare?

StockShare is a simple web app that makes investing fun by allowing you to democratically share investments with your friends.

Setup

Standard stuff:

git clone https://github.com/connorgoggans/StockShare.git
cd StockShare

# server setup
cd server
npm install
node index.js

# exit server
cd ..

# frontend deployment
cd website
# Requires Python
python -m SimpleHTTPServer

Tech Used

  • Node.js/Express.js backend
  • Vue.js (with a dash of JQuery) frontend
  • Braintree SDK for payment processing
  • Robinhood unofficial API for trading
  • Firebase for storing user profiles

License

MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published