Skip to content

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

License

Notifications You must be signed in to change notification settings

codezri/openapi-generator-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published