diff --git a/README.md b/README.md index c912e59..49e950b 100644 --- a/README.md +++ b/README.md @@ -22,23 +22,23 @@ contoh rest api POS ( point of sales ) built with hapi.js ### start - install - `npm install` + npm install - config .env file for database - `cp .env.example .env` + cp .env.example .env - migrate database - `npm run migrate up` + npm run migrate up - run the app - `npm run start` + npm run start - test - `curl -i -H 'Accept: application/json' http://localhost:5000/` + curl -i -H 'Accept: application/json' http://localhost:5000/ response diff --git a/documents/tables.png b/documents/tables.png deleted file mode 100755 index 2844661..0000000 Binary files a/documents/tables.png and /dev/null differ