Skip to content

James-Kamau3/crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Relationship Management System with Django, Python, and MySQL

This project is a Customer Relationship Management (CRM) application built using Django, Python, and MySQL. The app is designed to help businesses manage their customer data effectively, providing functionalities for adding, viewing, updating, and deleting customer records.

Key Features

User Authentication and Authorization:

Users can register, log in, and log out of the system.

Access to CRUD operations is restricted to authenticated users only.

CRUD

Create: Add new customer records to the system. Read: View existing customer records. Update: Modify customer details. Delete: Remove customer records from the database.

MySQL Database

The app uses MySQL as the backend database to store and manage customer information efficiently.

Technologies Used

Backend: Django (Python) Database: MySQL Frontend: Django templates (HTML, CSS) Authentication: Django’s built-in authentication system

About

Deployed and running on an aws ec2 instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published