Skip to content

Commit 18e28ee

Browse files
committed
2 parents 09ec311 + 8ad7f63 commit 18e28ee

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ before_script:
1010
- psql -c 'create database my_products_tests;' -U postgres
1111
- psql -U postgres -d my_products_tests -a -f tables.sql
1212

13-
addons:
14-
apt:
15-
packages:
16-
- postgresql-server-dev-9.2
13+
services:
14+
- postgresql

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Fork this repo and clone it into a folder on your laptop and then follow these i
1414

1515
To run this example locally you will need to have installed:
1616

17-
* NodeJS version 8+ install it using `nvm`
17+
* NodeJS version 12+ install it using `nvm`
1818
* npm
1919
* PostgreSQL
2020

@@ -175,4 +175,4 @@ The API end point is running at http://localhost:3000/api/products.
175175

176176
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.
177177

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

Comments
 (0)