Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.54 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.54 KB

Repair Leads

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.

Getting Started

To get started with Repair Leads, follow these steps:

Prerequisites

  • Node.js v14.17.0 or later
  • Yarn v1.22 or later
  • MongoDB v4.4.6 or later

Installation

  1. Clone this repository:
git clone https://github.com/berrytechnics/repair_leads.git
  1. Install the dependencies:
cd repair_leads
yarn
  1. 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.

  1. Start the development server:
npm run dev

Usage

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.

Contributing

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.

License

This project is licensed under the GNU GPLv3 License. See the LICENSE file for more information.