Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanagama authored Oct 22, 2017
1 parent cceb65c commit ca36da5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ docker pull sanagama/mssql-restapi
docker run -it -p 5000:5000 -e MSSQL_HOST=`hostname` sanagama/mssql-restapi
```

>*NOTE:* The REST API web app uses default values for *server*, *username* and *password* as described in [environment variables](#environment-variables)
>*NOTE:* With the above command, the REST API web app uses default values for *port*, *database*, *username* and *password* as described in [environment variables](#environment-variables)
### Step 3: Play with the REST API

> *TIP:* [Google Chrome](https://www.google.com/chrome/) with the [JSON Formatter](https://github.com/callumlocke/json-formatter) extension is a great way to play with REST APIs.
- Launch your browser and navigate to <http://localhost:5000/api/mssql>
- Click on the various links in the JSON response to navigate databases, tables and column objects in the SQL instance.
- Click on the various links in the JSON response to navigate databases, tables, columns and table data in the SQL instance and generate scripts.

> That's it, all done. Keep reading if you want to get the source code and walk through a more advanced example.
> That's it. Keep reading if you want to get the source code and walk through a more advanced example with the Adventuewworks and WideWorldImporters sample databases.
## Run locally with .NET Core

Expand Down

0 comments on commit ca36da5

Please sign in to comment.