This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
DevOpsOpenHack/apis/userprofile/README.md
2022-11-03 16:41:13 -04:00

744 B

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.