File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8383Visit ` 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
8690The environment for the test caes are following-
8791* Node Version: ** 7.9.0**
You can’t perform that action at this time.
0 commit comments