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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Fork this repo and clone it into a folder on your laptop and then follow these i
14
14
15
15
To run this example locally you will need to have installed:
16
16
17
-
* NodeJS version 8+ install it using `nvm`
17
+
* NodeJS version 12+ install it using `nvm`
18
18
* npm
19
19
* PostgreSQL
20
20
@@ -175,4 +175,4 @@ The API end point is running at http://localhost:3000/api/products.
175
175
176
176
The `client.js` file in the public folder is using the API. It calls the API and renders the resulting JSON data to the screen using HandlebarsJS.
177
177
178
-
Go to http://localhost:3000/client.html to see the screen using the API in action. It uses [axios](https://github.com/axios/axios) to call the API endpoints using HTTP.
178
+
Go to http://localhost:3000/client.html to see the screen using the API in action. It uses [axios](https://github.com/axios/axios) to call the API endpoints using HTTP.
0 commit comments