This is the backend for the Crypto check website.
- 🚀
Php 8.0.x - 🔨
Composer 2.x.x - ♻️
Mysql 8.x.x or similar
This project have support for redis driver with predis package, you can to use him for cache and/or queue.
To run the project follow these steps:
With docker (without requirements but Docker)
$ Run docker-compose up -d (default port is 8000)
$ Run docker-compose exec php bashWithout docker but with all requirements installed previously
$ Run php artisan serve (default port is 8000)Then
$ Create your .env file (use .env.example as model)
$ Run php artisan migrate
$ Run php artisan key:generate
$ Run php artisan sync:coin-gecko-assetsTo sync assets in coingecko platform
$ Run php artisan short-schedule:runTo run the websocket server
$ Run php artisan websockets:serve