AltCrops-17 Steps to Run Frontend: cd frontend npm init npm run start Steps to run Backend: 1 cd backend 2. npm init 3. npm run start Steps to start Middleware: cd middleware python app.py