Just practicing to create own microservices using Golang. Nothing interesting.
There are 4 microservices
- Frontend
- Authentication service
- Broker service (send request to other microservices)
- Logger microservices
It users Postgres for authenticating and Mongo for logging. Make sure you edit all source files just to get microservices works well.
- Go to project folder
- run command "docker-compose up -d --build front-end broker-service logger-service authentication-service postgres mongo"
- Go to http://localhost:80 ant check that is work correct