The Photo App repository serves as the central repository for the entire photo-app application. It contains links to all other repositories that make up the microservices and components of the application. By cloning this repository, you can easily access and set up the entire photo-app application.
The Photo App is a Java-based application built using the microservices architecture and the Spring framework. It comprises several microservices, each responsible for specific functionalities of the application, such as user management, albums, account management, and more. This repository acts as a convenient starting point for setting up the complete photo-app application.
To clone the Photo App repository and its associated microservices, follow these steps:
-
Open a terminal or command prompt. Run the following command:
git clone https://github.com/mbvyn/photo-app.git
-
Once the repository is cloned, navigate into the photo-app directory:
cd photo-app
-
Pull needed submodules by the following commands
git submodule init git submodule update
By cloning the Photo App repository, you gain access to all the necessary microservices and components required to run the complete photo-app application.