How to run the code
Install mysql workbench and run the file named LMS New Database on workbench
Install node.js globlally
Run the command in termina to install express "npm i express"
Run "npm i mysql2"
Run "npm i @types/body-parser"
Run "npm install -g nodemon"
To start the server "nodemon app.js"
To run the code locally "http://localhost:8080/login"