Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 719 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 719 Bytes

Hosting tutorial at Hacktech 2019

Learn to host with AWS, Nginx, Expressjs and Reactjs!

Here is the full tutorial

Here are the links to the tutorials that make this repo work:

INSTALL NODE WITH NVM: https://github.com/creationix/nvm#install--update-script https://medium.com/@utkarsh_verma/configure-nginx-as-a-web-server-and-reverse-proxy-for-nodejs-application-on-aws-ubuntu-16-04-server-872922e21d38 https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04

You can choose to replace the app.js file in the medium article with the code from the backend folder of this repo if you'd like.