* php 7.3+
* Symfony 5.*
* MySql 5.7 / MariaDB 10.3
* Mercure https://symfony.com/doc/current/components/mercure.html
* npm
* composer
* ApiPlatform https://api-platform.com/docs
* Docker
1. Clone this repository
2. Install docker https://docs.docker.com/get-started/
3. Open docker directory in project
4. Copy .env.dist file and rename from .env.dist to .env
5. Run commend: docker-compose up -d --build
(if you want check existing you containers run commend: docker ps)
6. Wait for docker that download all necessary extensions and lib
7. Go to link: http://api.web-chat.test/api
8. Mercury installation and all necessary file you can find at my repository or link:
https://symfony.com/doc/current/components/mercure.html
You dont forget configure your host file or if you don't want play with docker you can use command: symfony server:start https://symfony.com/doc/current/setup/symfony_server.html
but you need to install all required extension to your php.