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.
- Host: GitHub
- URL: https://github.com/sandipmaurya2611/crm-system-using-php
- Owner: sandipmaurya2611
- Created: 2024-06-11T11:16:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T11:36:52.000Z (about 2 years ago)
- Last Synced: 2025-01-30T05:24:49.931Z (over 1 year ago)
- Topics: css, mysql, php, sql
- Language: JavaScript
- Homepage:
- Size: 25.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.