This project currently provides a minimal backend API whose single function is to execute a stored procedure in a database and return the result as JSON.
- One API endpoint that runs a stored procedure
- Returns the result in JSON format
Future work will add more features like full business logic, more endpoints, validation, error handling, and perhaps a frontend to display the data.