This repository shows cryptocurrency tickers using bitfinex(primary) exchange and can be configured for few other exchanges e.g coinbase, bittrex, poloniex. This repository also have chat module using pusher which lets traders chat real time
- Clone repo
- Copy the env file from .env.example to .env
cp .env.example .env
- Change your database and pusher settings in .env file
- Run migration
php artisan migrate
- Run the seeder
php artisan db:seed --class=GroupsSeeder
- Configure your environment variables for Pusher and Laravel by copying the
.env.example
to.env
- Configure your Pusher key in the
resources/assets/js/bootstrap.js
file - Install composer dependencies
- Run npm install
- Do not forget to run the queue listener to broadcast the events