A sample RESTful API that self-generates its own spec using JSDoc annotations
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
A sample RESTful API that self-generates its own spec using JSDoc annotations
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