CSCI-GA-2820-FA24-003 / inventory

NYU DevOps Inventory Service Fall 2024
Apache License 2.0
2 stars 1 forks source link

Refactor Microservice to Use Flask-RESTX #84

Open egnechng opened 2 weeks ago

egnechng commented 2 weeks ago

As a developer I want to refactor the microservice to use Flask-RESTX So that I can take advantage of enhanced features, including better documentation with Swagger.

Assumptions:

Acceptance Criteria:

The microservice structure is updated to follow the Flask-RESTX layout fromlab-flask-restplus-swagger. All existing tests pass, confirming the refactor maintains current functionality