- A simple POC of a lead capturing application built with Laravel, MongoDB, and Vue.js.
- This project allows you to add, update, and view leads, with optional Mailchimp integration.
- Add new leads with name, email, and consent status
- View and edit leads in a table
- Update leads in real-time via API
- Optional integration with Mailchimp to sync subscribers
- CORS ready for frontend-backend separation
- Backend: PHP, Laravel 12, MongoDB
- Frontend: Vue 3, Axios, Bootstrap 5
- API: RESTful endpoints
- Clone the repository
cd fsse_leads
cd backendcomposer install
cp .env.example .env
php artisan key:generate
-cd frontend
-npm install
- Inside fronted folder run:
npm run dev
- Inside backend folder run:
php artisan serve





