Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 488 Bytes

File metadata and controls

26 lines (17 loc) · 488 Bytes

Spring.boot framework & Openapi generator

The Openapi/Swagger code generator can help You generate the DTOs and the request templates.

Installation

  1. Delete the swagger-generated folder and generate the code, (or skip and use the provided)
  2. Run the server/server.js
  3. Run the feature by pressing the run button (cli run later on)

Commands

(Unix) code generate:

$ make Makefile generate

To run the mocked server:

$ node server/server.js

License

MIT