https://github.com/nileshpatel17/fe-be-nginx-app
https://github.com/nileshpatel17/fe-be-nginx-app
mysql2 nginx nginx-proxy nodejs react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nileshpatel17/fe-be-nginx-app
- Owner: NileshPatel17
- Created: 2021-08-22T02:17:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T07:47:39.000Z (over 4 years ago)
- Last Synced: 2025-02-09T07:44:04.857Z (over 1 year ago)
- Topics: mysql2, nginx, nginx-proxy, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build and Dockerize a Full stack React app with
1. Node.js
2. MySQL and
3. Nginx with reverse proxy.
Run `npm i` inside the client directory
Run `npm i` inside the server directory
Run `docker-compose up --build` inside the mainn project directory
****
Access the Adminer using route `http://localhost:8000/`.
To log in, use `mysql_db` as the server Username as `root` and **password** as `MYSQL_ROOT_PASSWORD`.
To start interacting with the application, open `http://localhost:3050/` on a browser.
****
Reference:
1. https://github.com/paullam328/react-docker-eb/blob/main/reverse_proxy/nginx.conf
2. https://github.com/JamesFNGibbons/**RemoteNginxAPI**
3. https://github.com/EGMartins/fullcycle-node-mysql-nginx
4. https://github.com/MarlonFC/docker-proxy-nginx-node-db
5. https://github.com/eoiny1/Basic-Nginx-PHP-Cert-Docker-Compose
6. https://github.com/valtech-sd/docker-nginx-webserver