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

36 lines
744 B
Markdown
Raw Permalink Normal View History

2022-11-03 20:41:13 +00:00
# Overview
This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) 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:
```shell
npm install
```
## Running the server
To run the server, run:
```shell
npm start
```
### To view the Swagger UI interface
```shell
open http://localhost:8080/api/docs/user
```
### To execute the unit tests
```shell
npm run test
```
There will be a junit formatted report file called userprofile-report.xml under the current userprofile directory `/reports` subfolder.