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
+3-3
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The goal of this project was get additional practice with:
21
21
__Notes:__
22
22
23
23
- During the process of creating these I came to conclude that some of the previously generated code was not needed, so that will find some code that is not existant at later branches.
24
-
- In order to run the code you will require node version 11.15.0 and nvm version 1.1.8.
24
+
- In order to run the code you will require node version **11.15.0** and nvm version **1.1.8**.
25
25
- Also you will have to create a .env file with your API Keys for the different APIs.
26
26
27
27
## Available Documentation
@@ -51,5 +51,5 @@ Here you will find detailed information as to the steps and notes from the Udaci
51
51
2. Understanding that I had to use the right node.js and npm versions.
52
52
3. Understanding that I had to downgrade the different package versions of plugins and loaders and not just install the latest versions which are installed by default.
53
53
4. Realizing that we did not have to follow exactly the boiler plate api fetch template from MeaningCloud.
54
-
5. Learning to do testing.
55
-
6. Incorporating new features.
54
+
5. Learning to do basic testing.
55
+
6. Incorporating new features, like creating a database and consult, update and deleting from it.
0 commit comments