Switch languageν•œκ΅­μ–΄
Back to the list

πŸš€ End-to-End Deployment of β€œThe EpicBook!” Application with Terraform, AWS, and Nginx

TL;DR AI

Key summary

2 min read
  1. The EpicBook! app was deployed end to end on AWS with Terraform.

  2. The infrastructure included an EC2 instance, networking setup, and a public IP.

  3. Git, Node.js via NVM, npm, and MySQL Server 5.7 were installed on the server.

  4. The repo was cloned from GitHub, the Node.js backend was started, and MySQL schema and seed scripts ran.

  5. Nginx was configured as a reverse proxy to the app on port 8080, and the app was validated in a web browser.

Read the original