Position size calculator for BTC & ETH traders. Uses React frontend and NodeJS backend, plus http requests to CoinMarketCap's api for current crypto prices.
- Clone/fork repo
- run 'npm install'
- run 'npm start'
** Database will be connected MongoDB or AWS S3 in the future for storing trade history. Currently utilizing json-server for development
Backend: https://github.com/leplerjacob/position-calculator-backend
- Clone/fork repo
- run 'npm install'
- (run 'json-server --watch db.json') <<-- required test file. Feel free to message me for db.json file.
- run 'node index.js' If any questions feel free to contact me at: lepler.jacob@gmail.com