CSCI-GA-2820-SU24-001 / wishlists

NYU DevOps Wishlists Service Summer 2024
Apache License 2.0
2 stars 1 forks source link

Configure initialization of Restx API with Swagger (before the flask app running) #119

Open tzuanwang opened 3 months ago

tzuanwang commented 3 months ago

As a developer I need to Configure Swagger before initializing the app So that the API routes are clearly separated from other routes (at /api/...) and swagger documentation at /apidocs

Details and Assumptions