Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.09 KB

mongodb_dev_installation.md

File metadata and controls

21 lines (11 loc) · 1.09 KB

MongoDB Atlas Setup

After creating an account, click New Project and follow the instructions.

New Project

After creating a project, click Build a Cluster and follow the instructions for free tier.

Build a Cluster

After creating a cluster, go to COLLECTIONS and then choose Add My Own Data to create a new database for the server to use.

Add My Own Data

After creating a database, click CONNECT, follow the instructions, choose Connect your application as the connection method, and then retrieve the following information to put on the .env file:

  • MONGO_URL

is the password of the user that will connect to MongoDB Atlas.

Connect