Skip to content

Commit 84780ce

Browse files
committed
Update part 3 Chinese translation
1 parent 47a3600 commit 84780ce

File tree

6 files changed

+1412
-1349
lines changed

6 files changed

+1412
-1349
lines changed

src/content/3/zh/part3.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ lang: zh
77
<div class="intro">
88

99
<!-- In this part our focus shifts towards the backend, that is, towards implementing functionality on the server side of the stack. We will implement a simple REST API in Node.js by using the Express library, and the application's data will be stored in a MongoDB database. At the end of this part, we will deploy our application to the internet.-->
10-
在这一部分,我们的重点转向后端,也就是在堆栈的服务器端实现功能。我们将通过使用Express库在Node.js中实现一个简单的REST API,应用的数据将被存储在MongoDB数据库中。在这一部分的最后,我们将把我们的应用部署到互联网上。
10+
在这一部分,我们将重点转向后端,也就是在全栈中的服务端实现功能。我们将用 Express 库在 Node.js 中实现一个简单的 REST API,并将应用的数据将存储在 MongoDB 数据库中。在这一章节的最后,我们将把我们的应用部署到互联网上。
11+
12+
<!-- <i>Part updated on 16th March 2025</i> -->
13+
<i>原文更新于 2025 年 3 月 16 日<i>
14+
<!-- - <i>Node updated to version v22.3.0</i> -->
15+
- <i>Node 版本更新至 v22.3.0</i>
16+
<!-- - <i>Nodemon replaced with the node --watch command</i> -->
17+
- <i>nodemon 替换为 node --watch 命令</i>
18+
<!-- - <i>MongoDB instructions updated and reformatted</i> -->
19+
- <i>更新并格式化 MongoDB 指令</i>
1120

1221
</div>

0 commit comments

Comments
 (0)