27 lines
997 B
Markdown
27 lines
997 B
Markdown
---
|
|
id: 5f87ac112ae598023a42df1a
|
|
title: サロン予約スケジューラーを作成する
|
|
challengeType: 13
|
|
helpCategory: Backend Development
|
|
url: https://github.com/freeCodeCamp/learn-salon-appointment-scheduler
|
|
dashedName: build-a-salon-appointment-scheduler
|
|
---
|
|
|
|
# --description--
|
|
|
|
これは認定証を獲得するために必須のプロジェクトの 1 つです。 このプロジェクトでは、PostgreSQL を使用して、サロンの顧客と予約を管理するインタラクティブな Bash プログラムを作成します。
|
|
|
|
# --instructions--
|
|
|
|
**重要:** プロジェクトのテストすべてに合格した後に、データベースのダンプを `salon.sql` ファイルに保存し、あわせて `salon.sh` ファイルも保存することで、ステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
|
|
|
|
# --notes--
|
|
|
|
必須のファイル: `salon.sql`, `salon.sh`
|
|
|
|
# --hints--
|
|
|
|
# --seed--
|
|
|
|
# --solutions--
|