This is a CRM (Customer Relationship Management) application developed using ORM and Spring MVC.
The CRM application is designed to streamline customer management and enhance business processes. It provides features for managing customer information, tracking interactions, and facilitating efficient customer relationship management.
- Java
- Object-Relational Mapping (ORM) (e.g., Hibernate)
- Spring MVC
- MySQL (as the underlying database)
- Customer profile management
- CRUD operations
- Create
- Read
- Delete
- Update
- Interaction, tracking and logging
- Secure user access controls
- Java Development Kit (JDK)
- MySQL database
- Clone the repository:
git clone https://github.com/your/repository.git
- Configure the database connection.
- Build and run the application using your preferred IDE or by executing
mvn spring-boot:run
in the project directory.