StockShare is a simple web app that makes investing fun by allowing you to democratically share investments with your friends.
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
- 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
MIT License.