Nodejs application on EC2 Windows

Deploy Application on Microsoft Windows Server 2022 Instance

  • The AWS User Management application is developed using Node.js, Express, Express-Handlebars, and MySQL.
  • To set up the required database, we will install XAMPP on a Microsoft Windows Server 2022 Base instance, utilizing MySQL (MariaDB).
  • The process involves creating a database, defining a table, and inserting items using the phpMyAdmin interface.
  • Additionally, ensure the Node.js Runtime Environment is installed.
  • Deploy the application to experience its features, including viewing, adding, deleting, editing, and searching for items (CRUD operations).

Contents

  1. Installing XAMPP on Microsoft Windows Server 2022 Base Instance
  2. Installing Node.js Runtime Environment
  3. Deploying the Application on Microsoft Windows Server 2022 Instance