In this tutorial we’re going to setup a production ready web server from scratch on the Amazon EC2 (Elastic Compute Cloud) service, then deploy a custom MERN Stack application to it that supports user registration and authentication.
VIDEO SECTIONS
2:15 Create a new Ubuntu server on AWS EC2
5:55 Connect to Ubuntu EC2 instance via SSH
9:02 Setup server with Node.js + MongoDB + NGINX
10:44 Deploy Node.js + MongoDB back-end API
12:37 Deploy React + Redux Front-end app
16:08 Configure NGINX to serve API and front-end
19:53 Test the MERN Stack app in a browser
GITHUB: https://github.com/cornflourblue
#aws #node #react