Skip to content

Basic Customer gRPC API written in Golang with CLI Client and REST API through gRPC gateway

Notifications You must be signed in to change notification settings

arnav127/customer-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer API

Basic Customer gRPC API written in golang with CLI Client and grpc Gateway
gRPC Gateway API Endpoints: https://documenter.getpostman.com/view/12544023/TzXtJL8X

Customer Struct Fields:

Field Type
ID String
FIRST NAME String
LAST NAME String
EMAIL String
PHONE Int

Functionality Provided

  • Create customer
  • Get Customer
  • Get All customers
  • Search customer
  • Update customer
  • Delete customer

Sample Client Screenshots

  • Create customer

    Create Customer

  • Get Customer

    Get Customer

  • Get All Customers

    Get All Customers

  • Search Customer

    Search Customer

  • Update Customer

    Update Customer

  • Delete Customer

    Delete Customer

Languages