.. | ||
config | ||
data | ||
handlers | ||
swagger | ||
tests | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
buildtest.sh | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js |
Overview
This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
This api uses node 12.x and express as the server and c
Install modules
To install modules, run:
npm install
Running the server
To run the server, run:
npm start
To view the Swagger UI interface
open http://localhost:8080/api/docs/user
To execute the unit tests
npm run test
There will be a junit formatted report file called userprofile-report.xml under the current userprofile directory /reports
subfolder.