git clone https://github.com/dhirukumar/projects.git
cd ShortURL
cd backend
npm install
wrangler login
npm run deploy
# or
wrangler deploy
7. Copy the backend URL and update it here: frontend/src/component/backendurl.jsx Replace the existing URL in that file with your Cloudflare Worker URL.
cd ../frontend
npm install
npm run dev