Skip to content

Commit 963d578

Browse files
authored
Update README.md
1 parent 2f350f9 commit 963d578

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,33 @@ Download and compile Idaka following the steps.
33

44
### 1. Configure the database with MongoDB Atlas
55
#### Create the database
6-
To create a MongoDB use the following link to go to the home page https://account.mongodb.com/account/login where you can find the database section. Here you need to click on the create button.
6+
To create a MongoDB use the following link to go to the home page https://account.mongodb.com/account/login where you can find the database section and then click on the create button.
77

88
![Imagen1](https://github.com/TheSoftwareDesignLab/Idaka/assets/60227230/7487dc54-4904-43db-8ad3-5f16fc1ad2f0)
99
![image](https://github.com/TheSoftwareDesignLab/Idaka/assets/60227230/233f2d68-c391-454f-860a-f5df1d57764a)
1010

1111
For more details please refer to [MongoDB_Documentation](https://www.mongodb.com/basics/create-database)
1212
#### Create the collections on the created database
13-
Once you create the database, you need to create the collections that the app uses. For this you need to navigate to the Collections tab and click on the plus sign + icon for a database
13+
Once you created the database, the following step will be creating the required collections for the app. For this, navigate to the Collections tab and click on the Create collection button.
1414

15-
Then you need to enter the Collection Name, in this case we need 4 collections: Practices, Queries, Stages, TasksWithPractices.
15+
It would be neccesary to create 4 collections: Practices, Queries, Stages, TasksWithPractices.
1616
![image](https://github.com/TheSoftwareDesignLab/Idaka/assets/60227230/dede5ab5-6ee4-4cfa-939f-61335668728f)
1717
![image](https://github.com/TheSoftwareDesignLab/Idaka/assets/60227230/fc2e5a1f-89c9-4f88-bf63-b7928b16a947)
1818

1919
For more details please refer to [MongoDB_Documentation](https://www.mongodb.com/docs/atlas/atlas-ui/collections/)
20-
#### Upload data
20+
#### Collections´ Data Uploads
2121
The following data needs to be uploaded on their corresponding collections:
2222
* [Practices](Practices.json)
2323
* [Stages](Stages.json)
2424
* [TasksWithPractices](TasksWithPractices.json)
2525

26-
In order to do this you should go to your collection and click on Insert Document. Select the JSON way to upoad data and copy and paste the corresponding data.
26+
In order to do this you should go to your collection and click on Insert Document. Select the JSON way to upload, and copy/paste the corresponding data.
2727
![image](https://github.com/TheSoftwareDesignLab/Idaka/assets/60227230/30ccc6b1-faf0-48d0-8320-a115afd9401d)
2828
![image](https://github.com/TheSoftwareDesignLab/Idaka/assets/60227230/e368b16b-2d13-4e66-bf44-9efe37b04052)
2929

3030

3131
### 2. Configure the environment variables
32-
On the back-end folder create a .env file with the variable REACT_APP_DB_CONNECTION_STRING. Note that you should add the connection string for your database.
32+
On the back-end folder create a .env file with the variable REACT_APP_DB_CONNECTION_STRING. Note that you should add the connection string for the database.
3333
For more details please refer to [MongoDB_Documentation](https://www.mongodb.com/basics/mongodb-connection-string#:~:text=In%20the%20MongoDB%20Atlas%20web,connection%20string%20for%20your%20cluster.)
3434

3535

0 commit comments

Comments
 (0)