<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Appdoh</title>
    <description>The latest articles on DEV Community by Appdoh (@appdoh).</description>
    <link>https://dev.to/appdoh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F7514%2F0657f96d-e597-4923-b979-780e418a2155.png</url>
      <title>DEV Community: Appdoh</title>
      <link>https://dev.to/appdoh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/appdoh"/>
    <language>en</language>
    <item>
      <title>Spin up a Free Hosted MongoDB Database in 5 Minutes</title>
      <dc:creator>techleadsg</dc:creator>
      <pubDate>Sun, 10 Mar 2024 10:22:01 +0000</pubDate>
      <link>https://dev.to/appdoh/spin-up-a-free-hosted-mongodb-database-in-5-minutes-4l92</link>
      <guid>https://dev.to/appdoh/spin-up-a-free-hosted-mongodb-database-in-5-minutes-4l92</guid>
      <description>&lt;p&gt;Are you looking to set up a MongoDB database quickly and effortlessly for your development or hobby projects? Look no further! In this guide, we'll walk you through the simple steps to create and host a MongoDB database in just a few minutes using &lt;a href="https://www.appdoh.com"&gt;Appdoh&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Whether you're testing micro apps or need a temporary database for your projects, this solution is perfect for you. The best part? All these can be done without writing a single line of code!&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Navigate to &lt;a href="https://www.appdoh.com"&gt;Appdoh&lt;/a&gt;&lt;/strong&gt;: If you haven't already, &lt;a href="https://www.appdoh.com/register"&gt;sign up&lt;/a&gt; for an account on Appdoh. Better yet, simply &lt;a href="https://www.appdoh.com/sign-in"&gt;sign in here&lt;/a&gt; with your Google or Facebook account.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Access the Appdoh Store&lt;/strong&gt;: Once logged in, head to the Appdoh Store from the top menu bar. &lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzhfi7y7lr4qp043s7d0t.png" alt="The menu bar" width="764" height="82"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Configure Your Application&lt;/strong&gt;: Provide a name for your application and select the workspace where you want it to reside.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F65axmfsxjz2q6xcavxkx.png" alt="Configure your application" width="800" height="585"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deploy Your Application&lt;/strong&gt;: Once your application is created, it's ready to go. Simply click "Deploy" and allow a few minutes for your MongoDB instance to spin up. 
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw5u8dgwm2mnqzum4ktwk.png" alt="Your application is created" width="800" height="322"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ready to go&lt;/strong&gt;: Voila! Your service is now primed and ready for action.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl4z4kpvg836ktderd69f.png" alt="Status is ready" width="440" height="298"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Verify the Connection to Your Database
&lt;/h2&gt;

&lt;p&gt;With your MongoDB database up and running, it's time to ensure your application can connect seamlessly.&lt;/p&gt;

&lt;p&gt;Feel free to utilize any database GUI tool of your choice to connect to your database. Personally, I highly recommend MongoDB Compass for its user-friendly interface and powerful features. It's available for Mac, Windows and Ubuntu. You can download it from the &lt;a href="https://www.mongodb.com/try/download/compass"&gt;official MongoDB website&lt;/a&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Set Up a New Connection:&lt;/strong&gt; Open MongoDB Compass and click on "New Connection".&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Copy Hostname and Port:&lt;/strong&gt; From the Overview section of Appdoh, copy the Hostname and Port and paste them into MongoDB Compass.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxrcm7evphfb84xsyppw9.png" alt="Hostname and Port name available in Appdoh" width="800" height="594"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Authenticate&lt;/strong&gt;: Go to Authentication in MongoDB Compass and select Username/Password. Retrieve the credentials from the Variables section of Appdoh and paste them into MongoDB Compass.
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjgcirganebrxqrra7nex.png" alt="Select Username/Password from MongoDB Compass" width="800" height="606"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Connect&lt;/strong&gt;: Once the credentials are entered, click "Connect". You should now have access to your MongoDB database. 
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0678g32mxwqq2x3jczxk.png" alt="Enter your credentials and click Connect" width="800" height="760"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  Summary
&lt;/h1&gt;

&lt;p&gt;Setting up a MongoDB database has never been easier! By following these simple steps, you can create a free instance of MongoDB in just a few minutes using &lt;a href="https://www.appdoh.com"&gt;Appdoh&lt;/a&gt;. Whether you're a developer testing out new applications or working on hobby projects, this hassle-free solution provides you with the flexibility and convenience you need.&lt;/p&gt;

</description>
      <category>database</category>
      <category>nocode</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
