DamilolaAlao / Build-and-Dockerize-a-Full-stack-React-app-with-Node.js-MySQL-and-Nginx-for-reverse-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build-and-Dockerize-a-Full-stack-React-app-with-Node.js-MySQL-and-Nginx-for-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.

About


Languages

Language:JavaScript 82.4%Language:HTML 9.5%Language:Dockerfile 5.6%Language:CSS 2.5%