Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 466 Bytes

SwaggerImplementation

Document an API created with node.js express application using swagger tools

Swagger UI

Swagger UI

How to create & run dockerized application

docker ps -a => Container Id

docker images -a => Image

docker build --tag="nodeswagdocker:latest" -f Dockerfile . => Build docker image using Dockerfile

docker run -it -p 9000:3000 nodeswagdocker => Run docker container