ScaleTech-Interview BACKEND Install dependencies npm i Add environment variables PORT="" jwt_secret="" DB_HOST="" DB_USER="" DB_PASS="" DB_NAME="" Run server type one of the following command inside the backend folder: npm run start or node app.js