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
- Host: GitHub
- URL: https://github.com/mgrdich/react_php_docker
- Owner: Mgrdich
- Created: 2022-02-23T17:35:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T13:55:21.000Z (over 4 years ago)
- Last Synced: 2025-02-14T11:52:12.821Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 753 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`