Installation Steps for Backend/Server Install the application dependencies. npm install Create and copy the .env.example file to .env. cp .env.example .env Configure the variable in the .env file. Start the server. npm run dev