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
- Host: GitHub
- URL: https://github.com/hafizcode02/nodejs-sqlserver
- Owner: hafizcode02
- Created: 2023-03-26T09:29:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T15:48:37.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T14:47:52.590Z (12 months ago)
- Topics: express-js, nodejs-api, sql-server
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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