This project implements a couple of Go
microservices using micro - a platform for cloud native development.
The current implementation is based on micro version v3.0.4
The services interact using gRPC
and protocolbuffers or by dispatching and consuming events.
The microservices are stitched together as a single API in a React
frontend that talks to the micro server API.
In the project directory, you can run:
Starts the Postgres
service with an empty database.
Starts the MongoDB
service with an empty datastore.
Starts Micro in server mode.
Runs the login sequence to enable interaction with the micro server.
Sets a couple of config keys recuired by registered microservices.
Is the make goal that builds and registers the individual microservices on the micro server.