Using (HTML CSS and JS ) and Node.js Express for the Backend interaction and Mysql as a database
Initialize the Node.js project:: using the following commands in the terminal
npm init -y
Install the required node packages
using npm
npm install express mysql2