Provides a simple user dashboard for monitoring the monetary state of multiple cryptocoins.
The project consists of two parts. A VueJS frontend and a NodeJS backend. Both need to be running in order to access the dashboard.
yarn run server
yarn run serve
- Update .env file in root to point to a valid postgres instance with correct credentials
- Launch two terminals and run above commands
- Browse too
http://localhost:8080
(if webpack doesnt auto open) - Login: demo@demo.com - demo123
From here you can add/remove investments. Investments are categoriesed by their coin and initial buy price, custom buy prices within a new investment can be specified or take the current buy price from coin market cap.