**Below is the way to run the backend and frontend togther. Type the commands in your terminal/IDEA terminal to run the code **
Install npm java: Do npm i
To run: cd backend (the name of the file is backend)
node server.js
cd..
npm run dev (this will produce the results)