An open API service indexing awesome lists of open source software.

https://github.com/mgrdich/react_php_docker

React PHP MySql RabbitMq Docker Project
https://github.com/mgrdich/react_php_docker

Last synced: about 1 year ago
JSON representation

React PHP MySql RabbitMq Docker Project

Awesome Lists containing this project

README

          

# React Php Project Setup With Docker

* Project include a React Project with its own container
* PHP project with its container
* MySql and RabbitMq containers
* All containers are linked through docker-compose

### To Start the Server code
* Run `docker-compose up` in order to run docker compose and link mysql RabbitMq and php-apache containers

### To Start the Client Code
* Go to client folder `cd client`
* Run `docker build -t react-client .`
* Run `docker run -P react-client`