Skip to content

Commit

Permalink
Merge pull request #5 from sanadhis/develop
Browse files Browse the repository at this point in the history
docs: update example command to run on mocked environment
  • Loading branch information
sanadhis authored Nov 25, 2021
2 parents d849ce3 + cefba18 commit e9ce31a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ For running the mocked environment, you just need to install:
## Run data-api's docker image + postgresql DB
Finally, to run the mocked environment, you can do via:

`make deploy version=1.0.0`
```
export POSTGRES_PASSWORD=example
make deploy version=0.0.1 changelist=
```

Swagger will also be available on `http://localhost:8080/swagger-ui.html`

Expand Down

0 comments on commit e9ce31a

Please sign in to comment.