UNPKG

@unicorn-dev/mssql-server

Version:

Serves MSSQL Server database tables through REST routes.

54 lines (46 loc) 1.21 kB
<html> <head> <title>MSSQL REST Server</title> <link rel="shortcut icon" href="favicon.ico"><link href="main.css" rel="stylesheet"></head> <body> <header> <div class="container"> <h3>MSSQL REST Server</h3> </div> </header> <main> <div class="container"> <h4>Congrats!</h4> <p> You're successfully running MSSQL REST Server <br> ✧*。٩(ˊᗜˋ*)و✧*。 </p> <div id="resources"></div> <p> To access and modify resources, you can use any HTTP method <br> <code>GET</code> <code>POST</code> <code>PUT</code> <code>PATCH</code> <code>DELETE</code> <code>OPTIONS</code> </p> <div id="custom-routes"></div> <h4>Documentation</h4> <p> View <a href="https://github.com/typicode/json-server">README</a> </p> </div> </main> <footer> <div class="container"> <p> To replace this page, create a <code>./public/index.html</code> file. </p> </div> </footer> <script type="text/javascript" src="main.js"></script></body> </html>