Skip to content

A starter application using Node.js v21.6.2, React.js v18.2.0, MySQL v8.3.0, Nginx v1.24.0, Docker v25.0.3 and Docker Compose v2.24.5.

Notifications You must be signed in to change notification settings

fco3lho/node-react-nginx-docker-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter application using Node.js + React.js + Nginx + Docker

It's a initial application for help the peoples what want to build a application biggest for production using containers Docker. React.js is on the /frontend folder and Node.js is on the /backend folder.

  • Node.js: At the moment, v21.6.2. Using the latest version, configured on Dockerfile.
  • React.js: At the moment, v18.2.0. Using the latest version of the Node.js, React.js also update. Bootstrapped using create-react-app.
  • MySQL: At the moment, v8.3.0. Using the latest version, configured on docker-compose.yml.
  • Nginx: v1.24.0
  • Docker: v25.0.3
  • Docker Compose: v2.24.5

Step-to-Step deploying in AWS EC2

Click here to be redirected to the article.

How to use

$ git clone https://github.com/fco3lho/node-react-nginx-docker-starter.git
$ cd node-react-nginx-docker-starter

# Setup
$ docker-compose up -d

# Start
$ open http://localhost:80

About

A starter application using Node.js v21.6.2, React.js v18.2.0, MySQL v8.3.0, Nginx v1.24.0, Docker v25.0.3 and Docker Compose v2.24.5.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published