Skip to content

minhluantran017/simple-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.