GithubHelp home page GithubHelp logo

yusuf-mutlu / crypto-coin-portfolio-tracker Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 3.0 4.94 MB

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

Home Page: https://cryptotracker.portfoliobox.dev

Procfile 0.04% PHP 53.95% CSS 0.26% TypeScript 38.02% JavaScript 0.84% Blade 6.89%
coin cointracker cryptocurrency cryptoportfolio portfolio coingecko-api cryptotracker portfolio-website portfoliotracker

crypto-coin-portfolio-tracker's Introduction

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://cryptotracker.portfoliobox.dev

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!

crypto-coin-portfolio-tracker's People

Contributors

yusuf-mutlu avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

crypto-coin-portfolio-tracker's Issues

schle work without update !!!

When I execute this command php artisan schedule:work , i got this result without any update on database :
image

I search in the code I found that when I execute the update of the prices with this command : php artisan coinGecko:saveCoinPrices I got the same error of 'rate limit'

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.