This repository consist of the work related to learning Swagger - A documentation tool
In this repository I have written some basic backed routes with the help of expressjs and documentation for respective routes
To run this repo in local. - Clone the repository - install the dependencies by running
npm run i
ornpm run install
command - runnpm run dev
command to initialise nodemon - visit your localhost api-docs route
That's it > Play around with the documentation implementation 😃