- Node.js (v14+)
- MongoDB (local or cloud)
git clone https://github.com/Ashish2628/street-light-live-detction.git cd street-light-live-detction-main/backend npm install
- Configure Environment Create backend/.env:
env:-
PORT=5000 MONGO_URI=mongodb://localhost:27017/streetlights
- Start Server npm start