Skip to content

Commit 4cc6290

Browse files
authored
Update README.MD
1 parent 135e33f commit 4cc6290

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.MD

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@ Is this ok? (yes) yes
4545

4646
#### Check package.json created.
4747

48-
Open the project in VS code using command: code .
49-
48+
Open the project in VS code using command:
49+
````diff
50+
code .
51+
````
5052
4. Install necessary modules: express, sequelize, mysql2 and cors.
5153
Run the command:
5254
````diff
5355
npm install express sequelize mysql2 cors --save
54-
```
56+
````
5557
Check package.json updated.
5658

5759
**express** is a popular Node.js framework for building web applications and APIs.
@@ -182,9 +184,8 @@ create models folder, create product.model.js and customer.model.js files. Code
182184

183185

184186
9. Create the Controller
185-
Inside app/controllers folder, let’s create tutorial.controller.js with these CRUD functions:
186-
187-
create controllers folder, create product.controller.js and customer.controller.js files. Code provided
187+
Inside app folder, let’s create controller folder.
188+
create product.controller.js and customer.controller.js files. Code provided
188189

189190
10. create routes folder then routes/routes.js like this:
190191

0 commit comments

Comments
 (0)