Repair Leads is a web application that helps repair shop owners manage and track leads from potential customers. It allows you to capture leads from various sources, such as your website or social media, and keep track of them in one central location. With Repair Leads, you can easily manage your sales funnel and follow up with leads to convert them into paying customers.
To get started with Repair Leads, follow these steps:
- Node.js v14.17.0 or later
- Yarn v1.22 or later
- MongoDB v4.4.6 or later
- Clone this repository:
git clone https://github.com/berrytechnics/repair_leads.git
- Install the dependencies:
cd repair_leads
yarn
- Configure enviornment variables:
Create a new file .env
in the root of the project directory and copy the contents of .env.example
to it. Replace the values with your own configurations.
- Start the development server:
npm run dev
Once the development server is running, you can access the Repair Leads application at http://localhost:3000
.
To add a new lead, fill out the form on the homepage and click "Submit". You can view and manage your leads on the dashboard.
If you'd like to contribute to Repair Leads, please fork this repository and submit a pull request. We welcome any contributions, including bug fixes, new features, and documentation improvements.
This project is licensed under the GNU GPLv3 License. See the LICENSE file for more information.