Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit f6dc44b

Browse files
authored
Update README.md
1 parent 52b58c3 commit f6dc44b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# Node.js-Express-With-MySQL
22
Thisis a demo for node.je Express (ejs) with mysql
3-
4-
3+
 
4+
 
5+
## Teach Blog
6+
[Node.js - MySQL](https://dotblogs.com.tw/explooosion/2016/07/18/010601)
7+
 
8+
 
59
## Clone
6-
``` bash
10+
```bash
711
git clone https://github.com/explooosion/Node.js-Express-With-MySQL.git
812
```
9-
13+
 
1014
## Into Project
11-
``` bash
15+
```bash
1216
cd Node.js-Express-With-MySQL
1317
```
14-
18+
 
1519
## Install
16-
``` bash
20+
```bash
1721
npm install
1822
```
19-
20-
## Teach Blog
21-
[Node.js - MySQL](https://dotblogs.com.tw/explooosion/2016/07/18/010601)
23+
 

0 commit comments

Comments
 (0)