You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue depends on issue #17 (set up backend endpoints). Let's see if we can use swagger to document our backend API. Swagger automatically generates API documentation that can normally be viewed by running the backend application and navigating to a /api-docs endpoint. I haven't integrated it with Node.js before, but it seems doable (see swagger-ui-express).
The text was updated successfully, but these errors were encountered:
This issue depends on issue #17 (set up backend endpoints). Let's see if we can use swagger to document our backend API. Swagger automatically generates API documentation that can normally be viewed by running the backend application and navigating to a
/api-docs
endpoint. I haven't integrated it with Node.js before, but it seems doable (see swagger-ui-express).The text was updated successfully, but these errors were encountered: