Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bezkoder/node-js-mssql-crud-example
Node.js Rest API with SQL Server/ MSSQL - CRUD example using Expressjs
https://github.com/bezkoder/node-js-mssql-crud-example
crud crud-application express express-js expressjs mssql mssql-database node node-js nodejs sql-server
Last synced: 3 months ago
JSON representation
Node.js Rest API with SQL Server/ MSSQL - CRUD example using Expressjs
- Host: GitHub
- URL: https://github.com/bezkoder/node-js-mssql-crud-example
- Owner: bezkoder
- Created: 2021-08-13T03:44:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T08:26:27.000Z (about 2 years ago)
- Last Synced: 2024-09-29T14:22:52.093Z (4 months ago)
- Topics: crud, crud-application, express, express-js, expressjs, mssql, mssql-database, node, node-js, nodejs, sql-server
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 36
- Watchers: 4
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js CRUD example with SQL Server (MSSQL) - Express Rest APIs and Sequelize
For more detail, please visit:
> [Node.js CRUD example with SQL Server (MSSQL)](https://www.bezkoder.com/node-js-sql-server-crud/)Front-end that works well with this Back-end
> [Axios Client](https://www.bezkoder.com/axios-request/) / [Javascript Fetch API Client](https://www.bezkoder.com/javascript-fetch/)> [Angular 8 Client](https://www.bezkoder.com/angular-crud-app/) / [Angular 10 Client](https://www.bezkoder.com/angular-10-crud-app/) / [Angular 11 Client](https://www.bezkoder.com/angular-11-crud-app/) / [Angular 12 Client](https://www.bezkoder.com/angular-12-crud-app/) / [Angular 13 Client](https://www.bezkoder.com/angular-13-crud-example/) / [Angular 14 Client](https://www.bezkoder.com/angular-14-crud-example/) / [Angular 15 Client](https://www.bezkoder.com/angular-15-crud-example/)
> [Vue 2 Client](https://www.bezkoder.com/vue-js-crud-app/) / [Vue 3 Client](https://www.bezkoder.com/vue-3-crud/) / [Vuetify Client](https://www.bezkoder.com/vuetify-data-table-example/)
> [React Client](https://www.bezkoder.com/react-crud-web-api/) / [React Redux Client](https://www.bezkoder.com/react-redux-crud-example/)
More Practice:
> [Server side Pagination in Node.js with Sequelize](https://www.bezkoder.com/node-js-sequelize-pagination-mysql/)> [Node.js Express File Upload Rest API example](https://www.bezkoder.com/node-js-express-file-upload/)
> [Node.js Express File Upload with Google Cloud Storage example](https://www.bezkoder.com/google-cloud-storage-nodejs-upload-file/)
> [Node.js: Upload CSV file data into Database with Express](https://www.bezkoder.com/node-js-upload-csv-file-database/)
> [Node.js: Upload Excel file data into Database with Express](https://www.bezkoder.com/node-js-upload-excel-file-database/)
> [Deploying/Hosting Node.js app on Heroku with MySQL database](https://www.bezkoder.com/deploy-node-js-app-heroku-cleardb-mysql/)
Security:
> [Node.js Express: JWT example | Token Based Authentication & Authorization](https://www.bezkoder.com/node-js-jwt-authentication-mysql/)Associations:
> [Sequelize Associations: One-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-one-to-many/)> [Sequelize Associations: Many-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-many-to-many/)
Integration (run back-end & front-end on same server/port)
> [Integrate React with Node.js Restful Services](https://www.bezkoder.com/integrate-react-express-same-server-port/)> [Integrate Angular with Node.js Restful Services](https://www.bezkoder.com/integrate-angular-10-node-js/)
> [Integrate Vue with Node.js Restful Services](https://www.bezkoder.com/serve-vue-app-express/)
## Project setup
```
npm install
```### Run
```
node server.js
```