Skip to content

Online Customer Service Center management system is designed to efficiently store and retrieve important information related to customers, issues, and operators. Customers can easily raise any issues they may be experiencing, and operators can provide them with solutions.

naveensharma8527/Online-Customer-Service-Support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Online Customer Service Support .

Online Customer Service Center management system is designed to efficiently store and retrieve important information related to customers, issues, and operators. Customers can easily raise any issues they may be experiencing, and operators can provide them with solutions.

-This is a collaborative project, completed by a team of 5 backend developers.

-We have created a RESTful API for this application. This API is capable of performing all the essential CRUD operations on data related to customers, operators, and admins. This means that we can create, read, update, and delete all relevant information within the system using the API. With our API, we are able to seamlessly integrate various features and functionalities into the application, ensuring a smooth and user-friendly experience for all users.

Tech Stack

  • Java
  • Hibernate
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Postman
  • MySQL
  • Maven
  • Swagger UI

Modules

  • Login Module
  • Admin Module
  • Operator Module
  • Customer Module

ER Diagram

Some functionalities images

** Admin Controller **

image

** Customer Controller **

image

**Operator Controller **

image

**Login Controller **

image

Installation & Run

  • Before running the API server, you should update the database config inside the application.properties file.
  • Update the port number, username and password as per your local database configuration.

    spring.datasource.url=jdbc:mysql://localhost:3306/spring
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=root
    spring.datasource.password=root

API Root Endpoint

https://localhost:8080/
http://localhost:8080/swagger-ui/index.html

Collaborators

About

Online Customer Service Center management system is designed to efficiently store and retrieve important information related to customers, issues, and operators. Customers can easily raise any issues they may be experiencing, and operators can provide them with solutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages