Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/explooosion/node.js-express-with-mssql
This is a demo for node.je Express (pug) with mssql
https://github.com/explooosion/node.js-express-with-mssql
express jade mssql nodejs pug
Last synced: 25 days ago
JSON representation
This is a demo for node.je Express (pug) with mssql
- Host: GitHub
- URL: https://github.com/explooosion/node.js-express-with-mssql
- Owner: explooosion
- Created: 2017-05-27T06:58:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T07:16:17.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T23:20:33.618Z (25 days ago)
- Topics: express, jade, mssql, nodejs, pug
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 32
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js-Express-With-MSSQL
This is a demo for node.js express (jade) with mssql## Blog
[Node.js - Express + MSSQL](https://dotblogs.com.tw/explooosion/2017/05/28/012745)
## Tech Stack
- [X] express
- [X] jade(pug)
- [X] mssql
## Database
+ express-demo.bak
+ change config/db.js
## Install
```bash
git clone https://github.com/explooosion/Node.js-Express-With-MSSQL.git
```
```bash
npm install
```
+ run with nodemon
```bash
npm install nodemon -g
npm run dev
```
+ run with pm2
```bash
npm install pm2 -g
npm start
npm stop
```