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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,33 +3,33 @@ Download and compile Idaka following the steps.
3
3
4
4
### 1. Configure the database with MongoDB Atlas
5
5
#### 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.
For more details please refer to [MongoDB_Documentation](https://www.mongodb.com/basics/create-database)
12
12
#### 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.
14
14
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.
For more details please refer to [MongoDB_Documentation](https://www.mongodb.com/docs/atlas/atlas-ui/collections/)
20
-
#### Upload data
20
+
#### Collections´ Data Uploads
21
21
The following data needs to be uploaded on their corresponding collections:
22
22
*[Practices](Practices.json)
23
23
*[Stages](Stages.json)
24
24
*[TasksWithPractices](TasksWithPractices.json)
25
25
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.
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.
33
33
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.)
0 commit comments