From 6eeb93afaa54a4d10aa06b683584d99683e5fae1 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 7 Jul 2021 12:38:45 -0400 Subject: remove wiki.developer.mozilla.org links (de) (#1441) Part of #1440 --- files/de/learn/server-side/express_nodejs/mongoose/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/de/learn/server-side') 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);

For this tutorial, we're going to use the MongoDB Atlas free cloud-hosted sandbox 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 database as a service vendor that you might reasonably choose for your production database (other popular choices at the time of writing include Compose, ScaleGrid and ObjectRocket).

-

Note: If you prefer you can set up a MongoDb database locally by downloading and installing the appropriate binaries for your system. 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 Express Tutorial Part 7: Deploying to Production tutorial requires some form of remote database, since the free tier of the Heroku service does not provide persistent storage. It is therefore highly recommended to use MongoDB Atlas.

+

Note: If you prefer you can set up a MongoDb database locally by downloading and installing the appropriate binaries for your system. 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 Express Tutorial Part 7: Deploying to Production tutorial requires some form of remote database, since the free tier of the Heroku service does not provide persistent storage. It is therefore highly recommended to use MongoDB Atlas.

You will first need to create an account with MongoDB Atlas (this is free, and just requires that you enter basic contact details and acknowledge their terms of service). 

-- cgit v1.2.3-54-g00ecf