SimpleTest.cshtml 384 B

1234567891011121314
  1. @{
  2. ViewData["Title"] = "Database Test";
  3. }
  4. <h2>Database Connection Test</h2>
  5. <p>This is a simple test to check if we can connect to your database.</p>
  6. <a href="@Url.Action("Api", "Recipe")" class="btn btn-primary">Test Database Connection (JSON API)</a>
  7. <hr>
  8. <h3>Manual Test</h3>
  9. <p>You should be able to see recipes from your database here once the connection is working.</p>