GithubHelp home page GithubHelp logo

grpc-unary-pattern-reminder-service.practice's Introduction

Certainly! Here's a basic README.md template for your gRPC unary pattern practice in Go:

# gRPC Unary Pattern Practice in Go

This repository contains a basic implementation of the gRPC unary pattern in Go, focusing on task management functionalities such as creating tasks with priority and tags, retrieving tasks, and formatting task details.

## Features

- **Create Tasks:** Users can create tasks by specifying a message, limit date, team name, priority, and optional tags.

- **Retrieve Tasks:** Users can retrieve tasks, and the details are formatted for easy readability.

- **Incremental Task IDs:** Tasks are assigned incremental IDs on the server side.

## Getting Started

### Prerequisites

- Go (1.16 or higher)
- Protocol Buffers compiler (`protoc`)

### Installation

1. Clone the repository:

   ```bash
   git clone https://github.com/cristianino/gRPC-unary-pattern-reminder-service.practice.git
   cd grpc-unary-pattern-practice
  1. Generate Go code from the .proto file:

    protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative protoService/service.proto
  2. Run the server:

    go run server/main.go
  3. Run the client:

    go run client/main.go

Usage

  1. When prompted, choose the option to create a task and provide the required information.

  2. Optionally, provide tags when creating a task.

  3. Choose the option to retrieve tasks and view the formatted details.

Contributing

Contributions are welcome! Please follow the Contribution Guidelines.

License

This project is licensed under the MIT License.


This README template provides a brief overview of the project, instructions for getting started, and a section for contributing and licensing information. Feel free to customize it further based on your project's specific details and requirements.

grpc-unary-pattern-reminder-service.practice's People

Contributors

cristianino avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.