Crypto Tracker is a web based application that has been designed for monitoring and checking your cryptocurrencies and how their performance is over certain periods ( 1 day, 1 week, 1 month and so on.. ). The pricing is based off the Coinmarketcap API which you can get set up with the instructions at the bottom of this README.md doc.
See below for Crypto app main overview screen:
# Getting the latest snapshot of the application:
git clone https://github.com/MarkMcMoran/CryptoTracker
To get the app up and running do the following:
docker-compose up -d
This will start up the containers for the services.
Navigate to localhost on your web browser to start using the app.
To stop the services running use the following:
docker-compose down
Visit Coinmarketcap's API for your personal API key.
Click get your API key now.
Create an environment variable to store the key.
Please join the Discord if you're interested in participating in the project.