Skip to content

Crypto Coin Portfolio Tracker is a web application that helps users to track their cryptocurrency portfolio.

Notifications You must be signed in to change notification settings

CodingRockz/crypto-coin-portfolio-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Crypto Coin Portfolio Tracker

Crypto Coin Portfolio Tracker is a web application that helps users to track their cryptocurrency portfolio.

Built with:

Screenshots

Demo

https://crypto-coin-portfolio-tracker.herokuapp.com/

Installation

Clone the repository:

git clone https://github.com/yusuf-mutlu/crypto-coin-portfolio-tracker.git

Run composer install:

composer install

Run npm install:

npm install

Then configure database settings inside your .env file.

Be careful about setting up your APP_URL correctly. You must set it right to make the app work.

APP_URL=YOUR_SITE_URL

Run migrations and seeds:

php artisan migrate --seed

There are scheduled commands those are executed in certain intervals. They update the necessary data(prices, etc) from CoinGecko. So schedule service should always be running to get up-to-date data.

php artisan schedule:work

Run npm dev:

npm run dev

Run server:

php artisan serve

Now you are all set up. You can now track your own cryptocurrency portfolio. Yay!

About

Crypto Coin Portfolio Tracker is a web application that helps users to track their cryptocurrency portfolio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 53.8%
  • TypeScript 37.9%
  • Blade 6.9%
  • JavaScript 0.8%
  • Shell 0.3%
  • CSS 0.3%