Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.29 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.29 KB

Photo App

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.

Overview

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.

Cloning the Repository

To clone the Photo App repository and its associated microservices, follow these steps:

  1. Open a terminal or command prompt. Run the following command:

    git clone https://github.com/mbvyn/photo-app.git
    
  2. Once the repository is cloned, navigate into the photo-app directory:

    cd photo-app
    
  3. 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.