Skip to content

Codeching tutorial - How to use Docker to dockerize a React app, Nodejs and Nginx reverse proxy - step by step tutorial

Notifications You must be signed in to change notification settings

party97/react-node-app

 
 

Repository files navigation

How to use Docker to dockerize a React app, Nodejs and Nginx reverse proxy - step by step tutorial

Description

Welcome to Codeching channel! In this tutorial I will show you how to use Docker to dockerize a React application with Nodejs backend and Nginx proxy. It is a step by step video where first we will write a minimalist webserver app using Express. We will extend our previous docker-compose file to create a backend container and using nginx proxy for the backend.

Video

https://www.youtube.com/watch?v=7MlsbzJy8_8

How to run

docker-compose -f .\docker-compose.yaml up --build

Api endpoint:

http://localhost:8000/api

Front-end:

http://localhost:3000

About

Codeching tutorial - How to use Docker to dockerize a React app, Nodejs and Nginx reverse proxy - step by step tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.4%
  • HTML 16.8%
  • Shell 6.7%
  • CSS 3.3%
  • Dockerfile 2.8%