- PHP 8
- Redis
- Composer
You can configure redis in the .env file.
- REDIS_HOST (default: 127.0.0.1)
- REDIS_PORT (default: 6379)
You can run the code below to install the project setup.
composer installYou can use the code below to run the server.
composer serverYou can use the code below to run the tests.
composer testPostman Documentation: https://documenter.getpostman.com/view/12629017/2s8YmSrg4K