Hi All.
I am looking to create an api such that a record can be written into a SQL server database. It will simply call a stored procedure with some data received. The api will return a status code to confirm if the insert has been successful or not.
The environment is on-premise (my laptop) and as such cannot use Azure functionality.