Skip to content

Zdanc32/web-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-chat backend

Requirements


* 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

Installing and start backend project


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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published