Skip to content

mateusjatenee/crypto-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tracker

Crypto Tracker is a Laravel application meant to provide a single dashboard for your crypto (and in the future stocks) portfolio with data from multiple sources: exchanges, wallets, etc.

If you wish to contribute, here is a list of cool stuff we need: #1

CT is a simple Laravel app and doesn't require much to run. The following should get you going:

git clone https://github.com/mateusjatenee/crypto-tracker.git
cd crypto-tracker
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate

After you add your DB credentials, you can run php artisan db:seed to generate a test user: [email protected] / password.
To load crypto assets, run php artisan crypto-assets:load
To track crypto prices, run php artisan coins:fetch-price. The command will run indefinitely until you quit it (ctrl + C).

Here's how half of the dashboard page looks like (values are not real, obviously. Otherwise I wouldn't be here 😂) Dashboard

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors