https://github.com/karlzdev/fsse_leads
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. Author: Karl Zafiris
https://github.com/karlzdev/fsse_leads
bootstrap laravel-framework php vuejs
Last synced: about 2 months ago
JSON representation
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. Author: Karl Zafiris
- Host: GitHub
- URL: https://github.com/karlzdev/fsse_leads
- Owner: karlzdev
- Created: 2025-08-19T09:09:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-14T16:11:17.000Z (9 months ago)
- Last Synced: 2026-03-15T13:41:27.775Z (4 months ago)
- Topics: bootstrap, laravel-framework, php, vuejs
- Language: Blade
- Homepage:
- Size: 513 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## FSSE Leads
- 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.
## Features
- 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
## Tech Stack
- **Backend:** PHP, Laravel 12, MongoDB
- **Frontend:** Vue 3, Axios, Bootstrap 5
- **API:** RESTful endpoints
---
## Installation
- Clone the repository
- `cd fsse_leads`
### Install backend dependencies
- `cd backend`
- `composer install`
### Copy the example environment file
`cp .env.example .env`
### Generate the application key
`php artisan key:generate`
### Install frontend dependencies
-`cd frontend`
-`npm install`
### Build frontend assets for development
- Inside fronted folder run:
- `npm run dev`
### Start the Laravel backend server
- Inside backend folder run:
- `php artisan serve`
---
## Screenshots





