Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 298 Bytes

Documenting a REST API using swagger

  • Ensure that you have node.js installed on your computer.

  • Install the dependencies

npm install
  • Start the development server
npm run dev
  • View the docs from here