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
- Installing XAMPP on Microsoft Windows Server 2022 Base Instance
- Installing Node.js Runtime Environment
- Deploying the Application on Microsoft Windows Server 2022 Instance