Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Document API using swagger and OpenAPI specification #23

Open Nostromos opened 8 months ago

Nostromos commented 8 months ago

Document the API you have built by adding and configuring Swagger to your project.

Swagger is a popular tool for documenting APIs. If you need some assistance with adding Swagger to your project, check out the tutorial here. For further information about Swagger, check out the documentation!

Nostromos commented 7 months ago

This became bigger but essentially still using OpenAPI spec but instead of swagger, I'm using Redoc embedded into my docusaurus page.