Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvaibhav131/sql_server
creating the server and connect with sql database.
https://github.com/mvaibhav131/sql_server
backend-service body-parser controllers cookie-parser cors db dotenv expressjs middleware msnodesqlv8 mssql-database nodejs query sql-server
Last synced: 24 days ago
JSON representation
creating the server and connect with sql database.
- Host: GitHub
- URL: https://github.com/mvaibhav131/sql_server
- Owner: mvaibhav131
- Created: 2023-12-19T05:48:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T05:14:36.000Z (10 months ago)
- Last Synced: 2024-09-29T14:22:52.231Z (about 1 month ago)
- Topics: backend-service, body-parser, controllers, cookie-parser, cors, db, dotenv, expressjs, middleware, msnodesqlv8, mssql-database, nodejs, query, sql-server
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sql_server
creating the express server and connect with sql database.
by using the msnodesqlv8 and mssql we connect the database.### first Clone the above repository
### install the node_modules using command npm install
### after successfull installation run the server## Start the Server use command npm start