Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 354 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 354 Bytes

openapi-generator-node

A sample RESTful API that self-generates its own spec using JSDoc annotations

How to run the server?

Clone this repo, install dependencies:

npm install
# --- or ---
yarn

Use the start NPM script to start the server on the port 8080:

npm start
# --- or ---
yarn start

License

MIT