Skip to content

Mongodb URI

TheSpeedY edited this page Dec 14, 2022 · 6 revisions

Getting Mongodb URI from Clever Cloud.


Video Tutorial to get uri within 2 min.

  1. Create an account at Clever Cloud
  2. Click at your profile and tap on create then create add-on

secktor docs

Choose MongoDB

  1. Choose First Shared Mongodb.
  2. Now tap on Add-On Dashboard and scroll.
  3. Tap on lock and copy it.

Getting Mongodb URI from Railway.

  1. Create an account at Railway
  2. Create a project as Mongodb database
  3. Open Connect tab, Copy Mongodb Connection URL

Getting Mongodb URI from Mongodb Atlas.

  1. Create an account at MongoDB
  2. Create cluster
  3. Put username + password same so you'll not forget it.
  4. Make IP-Adress to allow access from anywhere.
  5. Tap on connection and choose JAVASCRIPT and version 3.6 or later.
  6. Volla!,You got a uri and just replace password and Done.