Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikayuana committed Feb 4, 2019
1 parent d149cee commit 2c40296
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ cd belanja-api
docker build -t api.belanja .
```

or you can just pull docker image in from docker hub

```
docker pull andhikayuana/api-belanja
```

Now, you can access using Postman `http://localhost:3000` and see

```json
Expand Down Expand Up @@ -166,4 +172,4 @@ response example

### Show QR Code for scanning the product

* `GET` `/products/qr-code` _show qr code to get product data_
* `GET` `/products/qr-code` _show qr code to get product data_

0 comments on commit 2c40296

Please sign in to comment.