Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 951 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 951 Bytes

Simple-microservices

A simple microservices project. Everything is simply for demo purpose.

What services inside?

  • Python
  • NodeJS
  • Golang
  • and so on, depend on my free time. :)

How to run it?

Local with Docker

TBD

Local with Docker compose

I use Docker compose and Traefik proxy to eliminate the port append:

docker-compose up

And then open your browser and oint to these endpoints:

CI/CD

When you make any change to this repository, GitHub Actions will be triggered to build Docker images for these services, deploy and curl to each services to get content.