lvvsndattasai / P6

Project 6
0 stars 0 forks source link

Convert the web server to use the database - /test API Endpoint #4

Open lvvsndattasai opened 8 months ago

lvvsndattasai commented 8 months ago

As a developer, I want to implement the /test API endpoint so that it returns schema info and object counts from the database for testing purposes.

Acceptance Criteria:

The /test API endpoint returns schema info and object counts as JSON. Ensure that the response matches the expected format. Test the /test endpoint to verify that it provides accurate information from the database. Estimated Time: 3 hours

nikilteja215 commented 8 months ago

Development Done