You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
adessoCucumber edited this page Mar 10, 2020
·
2 revisions
Local Installation
If you choose to use a local Mongo database please follow the instructions from this website until you created your database.
It is important that you name your database Seed
Cloud Database
For a database in the cloud use this website.
Create an account and create your first project.
Create your Cluster and create your database.
It is important that you name your database Seed
Click on Network Access in the left side bar and add your ip address of your server or let all ips connect.
Go back to your clusters.
Click on _connect _to create your database user.
And click on Connect your Application use the node.js driver on Version 3.0
and copy the uri into the .env file as DATABASE_URI variable.