INHOUSE BACKEND REPOSITORY How To run Backend locally 1.Fork the repository 📌 [LINK] (https://github.com/Pict-2024/Inhouse_backend) 2.Clone the repository from your Github "Repositories" section 🖥️ 3.Make required changes in Inhouse_backend folder ✏️ Changes in app.js Comment out as per provided in the image Changes in server.js 📄 Create a .env file MYSQL_USER='<USERNAME>' MYSQL_PASSWORD='<PASSWORD' MYSQL_DATABASE='<DB_NAME>' PORT = 8081 JWT_SECRET = KSDXNADCWIUHNIW232225 APP_URL = "http://localhost:5173/auth" 4.Run the commands in the VScode Terminal 💻 npm install 5.Open Xampp Control Panel 🚀 [1] Start APACHE and MYSQL. ⚡️ Incase if the MYSQL server goes down (STOP) then follow these steps to resolve the issue 🔧 Go to Task Manager Search for mysql3 Right click mysql and End Task Now close the Xampp Control Panel and restart the APACHE and MYSQL servers again. [2] Go to Admin 🔍 [3] Import the database. 📥 --- 6.Run the command ▶️ npm start