From 0e382bb80875bdaefc530bcc8bb147cd50cd3e87 Mon Sep 17 00:00:00 2001 From: Sara Djordjevic <sarasdj@stud.ntnu.no> Date: Thu, 1 Feb 2024 11:32:07 +0100 Subject: [PATCH] update: add section to readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fbb7164..bc3fe64a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PROG2900 ## Database setup -This project requires the use of MongoDB. To use the application a database must first be set up and configured. The following is a step by step guide of how to set up the database: +This project requires the use of MongoDB. To use the application, a MongoDB Atlas database must first be set up and configured. The following is a step by step guide of how to set up the database: 1. Create a user/Log into MongoDB Atlas (https://www.mongodb.com/atlas) 2. ?Create an organization? 3. On the left-hand side in the menu under "Organization", press the "Project" tab. @@ -38,4 +38,6 @@ This project requires the use of MongoDB. To use the application a database must  -11. You have now created a database deployment, but you will still have to configure the connection to the database. \ No newline at end of file +11. You have now created a database deployment, but you will still have to configure the connection to the database. + +### Database connection -- GitLab