An open API service indexing awesome lists of open source software.

https://github.com/hafizcode02/nodejs-sqlserver

Simple Node JS Rest API with SQL Server
https://github.com/hafizcode02/nodejs-sqlserver

express-js nodejs-api sql-server

Last synced: 10 months ago
JSON representation

Simple Node JS Rest API with SQL Server

Awesome Lists containing this project

README

          

# nodejs-sqlserver
Simple Node JS Rest API with SQL Server

## How to Setup
- npm install
- Change database name and server name on dbconnection.js

## API
- {url}/api/v1/menus GET
- {url}/api/v1/menus POST
- {url}/api/v1/menus/{id} PUT
- {url}/api/v1/menus/{id} DELETE

- {url}/api/v1/register POST
- {url}/api/v1/login POST
- {url}/api/v1/users GET (Get All Users)

Full Docs on Postman : https://documenter.getpostman.com/view/9385297/2s93RZM9sY