Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 721 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 721 Bytes

Web App for Leads Management

This is a full-stack project to manage Leads. All Leads are stored in a MongoDB database and synchronized with an external email marketing platform. In the current project, we use Mailchimp as email marketing platform.

Backend

The backend API is built with Laravel framework.

More details about installation, documentation, etc. you will find in the README.md file of the corresponding folder.

Frontend

The frontend SPA is built with VueJS.

More details about installation, components, styling, etc. you will find in the README.md file of the corresponding folder and in the Home page of SPA.