Harshit

I created my API Resume and static hosted it using swagger UI

Motivation

It's not easy for a backend developers to show off their skills. Since there is no UI generally to show their work (duh..)

I set out on a mission to build my API resume and for the people who prefers more interactive things than looking at a JSON object, I added a swagger UI to it.

Links

  • You can check out the raw (JSON) version here.

  • If you are more of a look-n-feel person, then check out this one.

  • If you love postman, and test the APIs via postman, here you go.

  • If you like to keep everything with source code, I still got you covered. I have deployed it at github pages as well.

Why static host it?

You will be surprised to know that not many people know about this and generally host their swagger using a server. (like, express server and EBS.) Which is usually 25x more costlier.

There could be resons to do so, but I couldn't find many since Swagger isin't generally the actual product. (Unless you are a B2B company)

Thanks for dropping and I hope you found this useful. And If you want to know more about static website host.

How to static host it?

There are really good resources out there, you can check these: