Crypto currency stock tracker. Current features include live volume graph with x and y axis control, and live map of transactions, create a a transaction hash with past transactions, and ability to look up exhange rates.
- Product Owner: Nick Olszowy
- Scrum Master: Clarabelle Cheng-Yue
- Development Team Members: Julian Knodt, Peter Herbert
npm start
from the root directory and
Install these with Brew or another shell package manager
- Node ^4.x
- Postgresql 9.1.x
- RethinkDB 2.3.5
Use this command when you need to start a DB:
brew services start <dbname>
From within the root directory:
npm install
npm start
This will start nodemon.
From within the client "Public" directory:
npm install
npm start
Will start live-server and babel transpiler.
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.