- 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 install
You can use the code below to run the server.
composer server
You can use the code below to run the tests.
composer test
Postman Documentation: https://documenter.getpostman.com/view/12629017/2s8YmSrg4K