Skip to content

This is a working project, which demonstrates microservices with Docker.

Notifications You must be signed in to change notification settings

roshanlabh/docker-microservices-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is a sample project to demostrate Microservices with Docker.

This app demonstrates the list of candidates (interviewee/jobseeker) and their feedbacks from interviewer. So it has basically 3 main components.

1. Users microservice: This service handles add, edit and delete of users. It is created in PHP (Slimframework) and MongoDB.

2. Interview microservice: This service keeps interview rating and feedback of above users. and It is created with PHP (Slimframework) and MySQL.

3. GUI: This is frontend part of the application, where above microservices are consumed. So it is using PHP and other frontend technologies like HTML, CSS, Javascript, jQuery and Gulp etc.

So to make this app work properly on your localsystem. Please follow directory structure strickly.

  • /docker-microservices-example/
    • data/
      • dockermongo/
      • dockermysql/
    • microservices/
      • interview/
      • users/
    • ui/
    • docker-compose.yml
    • README.md

Commands:

docker-compose build

docker-compose up

About

This is a working project, which demonstrates microservices with Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages