Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 272 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 272 Bytes

express-swagger

Express with swagger

Get Started

# install dependencies
npm install

# Start your mongodb server instance
mongod

# serve with hot reload at localhost:3000/api
npm run dev

Swagger Docs will be live at http://localhost:3000/swagger