- git clone https://github.com/VahagnM/cointable.git
- composer update
- create database
- create file .env from .env_example
- change credentials to connect to database
- php artisan migrate
- run this command to upgrade the list or insert it to the cron: "php artisan coindata:start"