Skip to content

jchrisos/swagger-ui-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger-ui-example

This project is a example of using swagger-ui locally with docker.

If you don't know about swagger, please visit: http://swagger.io/

What you need

You just need docker with docker-compose to run.

More info: https://www.docker.com/

Nodejs is not necessary, because in docker-compose there is a image of node and it runs npm install.

Running the project

After cloning the project, in your terminal execute:

docker-compose up

Docker-compose will download all node dependencies and runs the swagger-ui at port 9000.

Then open the browser and access: http://localhost:9000.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published