# 프로젝트? 서비스?

### 1. 서비스란?

***

서비스는 GitHub 리포지터리를 통해 배포하거나 DB를 신청하는 경우 생성되는 최소 단위 집합입니다.

동일한 소스 리포지터리를 두 번 구성하여 배포하였다면 각각은 소스의 동일성 여부와 무관하게 \
AppPaaS에서는 개별적인 서비스로 관리합니다.

### 2. 프로젝트란?

***

프로젝트는 한 개 이상의 서비스를 그룹화한 단위입니다.

예를 들어 홈페이지를 제작하고 싶다면 정적 파일, HTML, CSS 등 만을 이용하여 \
단일 서비스로 구성할 수도 있지만 홈페이지의 콘텐츠를 따로 관리하고 \
데이터에 따라 동적으로 변화하게 하고 싶다면 아래 그림과 같이 프런트엔드, 백엔드, DB 등을 \
이용하여 구성할 수 있습니다.&#x20;

<figure><img src="/files/1vpCtjTfMxQysQny4DNM" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
여러 개의 서비스를 구성한다면, 각각의 배포된 서비스를 모아서 관리할 필요성이 있습니다. \
함께 관리되어야 하는 서비스들을 프로젝트로 묶어서 관리해보시길 바랍니다.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apppaas.com/start/apppaas-guide/what-are-projects-and-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
