fix readme

pull/1/head
Aji Kamaludin 3 years ago
parent fa5668c17b
commit 2e8ccf9fce
No known key found for this signature in database
GPG Key ID: 670E1F26AD5A8099

@ -22,23 +22,23 @@ contoh rest api POS ( point of sales ) built with hapi.js
### start ### start
- install - install
`npm install` npm install
- config .env file for database - config .env file for database
`cp .env.example .env` cp .env.example .env
- migrate database - migrate database
`npm run migrate up` npm run migrate up
- run the app - run the app
`npm run start` npm run start
- test - test
`curl -i -H 'Accept: application/json' http://localhost:5000/` curl -i -H 'Accept: application/json' http://localhost:5000/
response response

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

Loading…
Cancel
Save