diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:38:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:38:45 -0400 |
commit | 6eeb93afaa54a4d10aa06b683584d99683e5fae1 (patch) | |
tree | 441f0eb8c2f8a3130e6fd3c41afe343fa715b874 /files/de/learn/server-side | |
parent | 9300e1df2b85949be1c0e858e7436c51bd1612da (diff) | |
download | translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.tar.gz translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.tar.bz2 translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.zip |
remove wiki.developer.mozilla.org links (de) (#1441)
Part of #1440
Diffstat (limited to 'files/de/learn/server-side')
-rw-r--r-- | files/de/learn/server-side/express_nodejs/mongoose/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/learn/server-side/express_nodejs/mongoose/index.html b/files/de/learn/server-side/express_nodejs/mongoose/index.html index 525764221c..7fb3b69ebe 100644 --- a/files/de/learn/server-side/express_nodejs/mongoose/index.html +++ b/files/de/learn/server-side/express_nodejs/mongoose/index.html @@ -507,7 +507,7 @@ SomeModel.find(callback_function);</pre> <p>For this tutorial, we're going to use the <a href="https://www.mongodb.com/cloud/atlas">MongoDB Atlas</a> free cloud-hosted <a href="https://www.mongodb.com/cloud/atlas/pricing">sandbox</a> database. This database tier is not considered suitable for production websites because it has no redundancy, but it is great for development and prototyping. We're using it here because it is free and easy to set up, and because MongoDB Atlas is a popular <em>database as a service</em> vendor that you might reasonably choose for your production database (other popular choices at the time of writing include <a href="https://www.compose.com/">Compose</a>, <a href="https://scalegrid.io/pricing.html">ScaleGrid</a> and <a href="https://www.objectrocket.com/">ObjectRocket</a>).</p> <div class="note"> -<p><strong>Note:</strong> If you prefer you can set up a MongoDb database locally by downloading and installing the <a href="https://www.mongodb.com/download-center/community">appropriate binaries for your system</a>. The rest of the instructions in this article would be similar, except for the database URL you would specify when connecting. Note, however, that the <a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/deployment">Express Tutorial Part 7: Deploying to Production</a> tutorial requires some form of remote database, since the free tier of the <a href="https://www.heroku.com/">Heroku</a> service does not provide persistent storage. It is therefore highly recommended to use <a href="https://www.mongodb.com/cloud/atlas">MongoDB Atlas</a>.</p> +<p><strong>Note:</strong> If you prefer you can set up a MongoDb database locally by downloading and installing the <a href="https://www.mongodb.com/download-center/community">appropriate binaries for your system</a>. The rest of the instructions in this article would be similar, except for the database URL you would specify when connecting. Note, however, that the <a href="/en-US/docs/Learn/Server-side/Express_Nodejs/deployment">Express Tutorial Part 7: Deploying to Production</a> tutorial requires some form of remote database, since the free tier of the <a href="https://www.heroku.com/">Heroku</a> service does not provide persistent storage. It is therefore highly recommended to use <a href="https://www.mongodb.com/cloud/atlas">MongoDB Atlas</a>.</p> </div> <p>You will first need to <a href="https://www.mongodb.com/cloud/atlas/register">create an account</a> with MongoDB Atlas (this is free, and just requires that you enter basic contact details and acknowledge their terms of service). </p> |