Giter VIP home page Giter VIP logo

grpc-golang-architecture's Introduction

Golang GRPC Server

Description

This is a simple GRPC server written in Golang which performs aimed to explore the GRPC framework and its features.

Requirements

Create API where you can submit a purchase for a ticket. Details included in the receipt are: From, To, User , price paid. User should include first and last name, email address The user is allocated a seat in the train. Assume the train has only 2 sections, section A and section B. An API that shows the details of the receipt for the user An API that lets you view the users and seat they are allocated by the requested section An API to remove a user from the train An API to modify a user's seat

Tech Stack

  • Golang
  • GRPC
  • Protobuf
  • Docker (Future Scope)
  • Kubernetes (Future Scope)
  • MongoDB (Future Scope)
  • Redis (Future Scope)

How to run

  • Clone the repo
  • Run go mod tidy to install the dependencies
  • Run go run server.go to start the server
  • Run cd client && go run client.go to start the client

Future Scope

  • Add Dockerfile
  • Add MongoDB

Screenshot of the client

Screenshot

grpc-golang-architecture's People

Contributors

nimeshjohari02 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.