Skip to content

Commit 8fece4d

Browse files
Update README.md
1 parent c0d43e0 commit 8fece4d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ git clone https://github.com/SystangoTechnologies/Koach.git
7272
```
7373

7474
## Usage
75-
* `gulp prod` Start server on live mode with PM2
76-
* `gulp` Start server on dev mode with nodemon
75+
* `gulp prod` Start server on production mode with PM2
76+
* `gulp` Start server on development mode with nodemon
7777
* `npm run docs` Generate API documentation
7878
* `npm test` Run mocha tests
7979

@@ -82,6 +82,10 @@ API documentation is written inline and generated by [apidoc](http://apidocjs.co
8282

8383
Visit `https://localhost:3000/docs/` to view docs
8484

85+
To view swagger API documentation
86+
87+
Visit `https://localhost:3000/swagger/` to view Swagger UI.
88+
8589
## Performance Comparison
8690
The environment for the test caes are following-
8791
* Node Version: **7.9.0**

0 commit comments

Comments
 (0)