Welcome to the MS-AdiMunawar-BETest project, which is a microservices-based project for BE TEST. This project consists of multiple services organized and orchestrated using Docker Compose.
Before you can use this project, make sure you have installed the following:
-
Clone this repository to your computer:
git clone --recursive https://github.com/AdiMunawar31/ms-adimunawar-betest.git
Make sure to use the
--recursive
option to initialize and fetch all submodules. -
Navigate to the project directory:
cd ms-adimunawar-betest
-
Start the services using Docker Compose:
docker-compose up
This will start all the services defined in the
docker-compose.yml
file.
Specific service-level configuration or settings may be required for each service in this project. Be sure to consult the documentation for each service and any required configurations.
adimunawar-betest/
: Submodule directory containing the service.nginx/
: Directory containing Nginx configuration and Dockerfile for proxying and routing services..gitignore
: Git ignore file to specify files or directories that should not be tracked by Git..gitsubmodule
: Git submodules configuration file.docker-compose.yml
: Docker Compose file for defining and orchestrating the services in this project.
You are welcome to contribute to this project. Please create your own branch, make changes, and submit a pull request for review. Any contributions are greatly appreciated.