FOOD-APP This project was bootstrapped with Create React App and includes a Node.js backend.
Deploy Link : https://food-app-4fef.onrender.com
git clone <repository-url>
cd <repository-folder>
project-root/
│
├─ frontend/ # React application
├─ backend/ # Node.js backend
└─ README.md
cd frontend npm install cd backend npm install
cd frontend
npm start
cd backend
node index.js
-Your App is live in Devlopment mode..
- Make sure both frontend and backend servers are running simultaneously for full functionality.