Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

๐Ÿš– gRPC-based polyglot microservices demo... A CLI client app is also included to be able to interact with them.

License

Notifications You must be signed in to change notification settings

baturalpk/ridesharing-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ridesharing-services

Getting started

Prerequisites

  • Docker (engine >= 19.03.0)
  • Git CLI
  • GNU Make
  • GoLang

Set up

Open a terminal and type the following commands:

> git clone https://github.com/baturalpk/ridesharing-services.git

> cd ridesharing-services/

> make up

...

Playing with services

The services are deployed successfully, so what's next?

๐ŸŒ๏ธ It's definitely time to play with them...

It's assumed that the terminal is still in project's root directory:

...

> cd client-app/

> go run .

If all is well, the client app would be running on your terminal screen. Profit! โœจ