An open API service indexing awesome lists of open source software.

https://github.com/sandipmaurya2611/crm-system-using-php

This is a simple Customer Relationship Management (CRM) system built using PHP and MySQL.
https://github.com/sandipmaurya2611/crm-system-using-php

css mysql php sql

Last synced: 2 months ago
JSON representation

This is a simple Customer Relationship Management (CRM) system built using PHP and MySQL.

Awesome Lists containing this project

README

          

# CRM-System-using-php

# Customer Relationship Management System (CRM)

This is a simple Customer Relationship Management (CRM) system built using PHP and MySQL.

## Features

- **User Authentication:** Secure login and registration system for users.
- **Customer Management:** Add, view, update, and delete customer records.
- **Interaction Tracking:** Keep track of interactions with customers, such as emails, calls, meetings, etc.
- **Task Management:** Assign tasks to users and track their progress.
- **Reports:** Generate reports on customer interactions, sales, tasks, etc.

## Technologies Used

- **PHP:** Server-side scripting language used for backend development.
- **MySQL:** Relational database management system used for storing customer data.
- **HTML/CSS:** Frontend development for user interface and styling.
- **JavaScript:** Client-side scripting for dynamic functionality.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/your_username/CRM-System-using-PHP.git

Import the SQL database:

Create a new MySQL database.
Import the provided SQL file (database.sql) into your newly created database.
Configure the database connection:

Open config.php file.
Update the database connection parameters ($host, $username, $password, $database) with your own database credentials.
Run the application:

Start a local server (e.g., using XAMPP, WAMP, or PHP's built-in server).
Access the application through your web browser.