CSCI-GA-2820-SU24-001 / orders

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

Service information endpoint #12

Closed ziyuzoo closed 2 months ago

ziyuzoo commented 2 months ago

As a developer I need to provide information about the service and its exposed API endpoints at the root URL So that users and developers can easily understand the service capabilities and available endpoints

Details update the base URL to return information about the service as json

Acceptance Criteria Given a running service When a request is made to the root URL / Then a JSON response is returned with information about the service and its exposed API endpoints

divyanshusharma1709 commented 2 months ago

We could do this at the end of development when we know all the API endpoints