Let’s combine everything together Node.js, MySQL, AWS EC2, Express, env, Docker Compose, GitHub Why? Few days ago I’ve helped out my friend to deploy Node.js application to AWS EC2. Now I’ll show you, how I did it. Create new Node.js app Let’s init new Node.js application and install express as a dependency. # Install GitHub…