. Firstly open in your suitable code editor . open your terminal . move to src folder and install node modules by command(npm install) . start the frontend by typing npm run dev (INITIAL VITE PORT 5173) . move to server folder and install node modules by command(npm install) . start the server by typing nodemon app.js(PORT 4001) AND the application starts working! (●'◡'●):-D