Skip to content

rajiff/swaggerNodeJSDemo

Repository files navigation

Swagger Demo with Node.js

Build Status CircleCI

Reference

How to build and run this project

Install dependencies (you can do both using npm, yarn)

yarn

or

npm install

Run the APIs

yarn start

Once app is running, you can view the API doc using URL http://localhost:3000/api/v1/docs, this will be read only doc but you can tryout the APIs

Edit or Design API document interactively

yarn api-edit

Run for API tests using swagger

yarn api-test

About

Simple example for API first design demo using Swagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published