A Full Stack Lead Management Application built using React, Node.js, Express.js, and MongoDB.
- User Registration & Login
- JWT Authentication
- Add Lead
- View Leads
- Search Leads
- Update Lead Status
- React.js
- Node.js
- Express.js
- MongoDB
- JWT
- Axios
# Backend
npm install
npm run dev
# Frontend
cd frontend
npm install
npm run dev- POST /api/auth/register
- POST /api/auth/login
- POST /api/leads
- GET /api/leads
- GET /api/leads/search
- PUT /api/leads/:id
Utkarsh Kesharwani