Categorygithub.com/imhasandl/post-service
modulepackage
0.0.0-20250226074925-93ba3b70d536
Repository: https://github.com/imhasandl/post-service.git
Documentation: pkg.go.dev

# README

CI

Post Service

This service handles the creation, retrieval, updating, and deletion of posts for a social media platform. It uses gRPC for communication.

Features

  • Create new posts
  • Retrieve posts by ID
  • Retrieve posts by user ID
  • Update existing posts
  • Delete posts
  • Implement pagination for efficient retrieval of large datasets.
  • Robust error handling and logging.

Technologies Used

  • Go
  • gRPC
  • Protocol Buffers

Getting Started

  1. Clone the repository.
  2. Install dependencies using go mod tidy.
  3. Run the service using go run main.go.

API Reference

Detailed API documentation is not ready yet.

# Packages

No description provided by the author
No description provided by the author