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
2022-11-03 16:41:13 -04:00
..
config add openhack files 2022-11-03 16:41:13 -04:00
data add openhack files 2022-11-03 16:41:13 -04:00
handlers add openhack files 2022-11-03 16:41:13 -04:00
swagger add openhack files 2022-11-03 16:41:13 -04:00
tests add openhack files 2022-11-03 16:41:13 -04:00
.dockerignore add openhack files 2022-11-03 16:41:13 -04:00
.eslintignore add openhack files 2022-11-03 16:41:13 -04:00
.eslintrc add openhack files 2022-11-03 16:41:13 -04:00
.gitignore add openhack files 2022-11-03 16:41:13 -04:00
.npmignore add openhack files 2022-11-03 16:41:13 -04:00
buildtest.sh add openhack files 2022-11-03 16:41:13 -04:00
Dockerfile add openhack files 2022-11-03 16:41:13 -04:00
package-lock.json add openhack files 2022-11-03 16:41:13 -04:00
package.json add openhack files 2022-11-03 16:41:13 -04:00
README.md add openhack files 2022-11-03 16:41:13 -04:00
server.js add openhack files 2022-11-03 16:41:13 -04:00

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.