- Docker (engine >= 19.03.0)
- Git CLI
- GNU Make
- GoLang
Open a terminal and type the following commands:
> git clone https://github.com/baturalpk/ridesharing-services.git
> cd ridesharing-services/
> make up
...
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! โจ