Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.32 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.32 KB

Bitcdash

Bitcdash is a web application to view bitcoin-related information such as:

  • Current price & High/Low 24h.
  • Percentage price change over time.
  • Market sentiment (Crypto Fear & Greed Index).
  • Market Cap & Total volume.
  • Fees prediction.

Supported currencies:

EUR, USD, JPY, GBP, AUD, CAD, CHF, CNY, HKD.

Development

  1. Clone the repository.
  2. Install dependencies with composer (in docker): docker run --rm -v $(pwd):/opt -w /opt laravelsail/php80-composer:latest composer install.
  3. rename .env.example into .env and configure it.
  4. configure currencies into config/currencies.php.
  5. start docker containers: ./vendor/bin/sail up -d.
  6. launch migrations: ./vendor/bin/sail artisan migrate.
  7. start queue worker: ./vendor/bin/sail artisan queue:work.
  8. Launch job: ./vendor/bin/sail artisan fetch:all.
  9. start scheduler: ./vendor/bin/sail artisan schedule:work.

Data