freeCodeCamp/curriculum/challenges/chinese-traditional/13-relational-databases/build-a-salon-appointment-s.../build-a-salon-appointment-s...

27 lines
799 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
id: 5f87ac112ae598023a42df1a
title: 創建一個沙龍預約安排程序
challengeType: 13
helpCategory: Backend Development
url: https://github.com/freeCodeCamp/learn-salon-appointment-scheduler
dashedName: build-a-salon-appointment-scheduler
---
# --description--
這是你獲得認證的必做項目之一。 對於這個項目,你將創建一個交互式 Bash 程序,該程序使用 PostgreSQL 來跟蹤你的沙龍的參與者和預約。
# --instructions--
**重要:**在你通過所有項目測試後,將你的數據庫存放到一個 `salon.sql` 文件中,和你的 `salon.sh` 文件,以便你完成步驟 2。 你將看到如何在虛擬機中完成這一點的提示。
# --notes--
需要的文件:`salon.sql``salon.sh`
# --hints--
# --seed--
# --solutions--