Skip to content

anhadgill23/HOLD_Server_Side

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOLD - Cryptocurrency Portfolio Tracker

Overview

HOLD is a bitcoin and other cryptocurrency portfolio tracker app. It lets users login or register and add the investments they made in different coins. It then tracks the profit/loss since the time of purchase. Users can see the total current value of their investments in USD, analyse how they have diversified the portfolio (remember to not put all the eggs in one basket) and check latest trends and market analysis.

HOLD helps solve the problem of people having to manually do the complex calculations for their investments. It does that for them.

This is the server side code for the app. The client side code is here.

Heroku Instructions

  • In client repo run open package.json and modify the build script so it points to the server root directory, then run npm run build.
  • Install heroku CLI `
  • Run heroku create <app_name>
  • Push to heroku git push heroku master
  • Set heroku ENV varialbe for produciton heroku config:set ENV=production
  • Run KNEX migrations `heroku knex run migrate:latest``

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •