MongoDB Database Setup - IanMcC123/Stoopify GitHub Wiki

In the MongoDB website, create a project and name it Stoopify. Invite all members of the group via email and give them access to all features of the project.

The next step is to initialize the database. Click on "Build a Database". Once clicked, select the server that is free to use. The provider should be AWS. The name of the database should be Stoopify.

The final step is to create a username and password, which are A30 and GoStoopify123 respectively. These are important to connect our code to the database. Next, you will be given an option between a local environment and a cloud environment. Select the cloud environment. Next will be to add an IP address from where we can access the database. Write 0.0.0.0, so we can access the database from everywhere. Finally, click on "Finish and Close."