We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce729d commit e5433ebCopy full SHA for e5433eb
README.md
@@ -11,7 +11,7 @@ I have created simple example to create RESTFul api for crud operation using mys
11
You need to craete 'test' database into mysql and import customer.sql table into your mysql database.
12
13
# How to run nodejs application
14
-copy index.js and package.json file into your nodejs project folder,
15
-Open command line and cd to your above nodejs project folder
16
-run 'npm install'
17
-run 'node index.js'
+<p>copy index.js and package.json file into your nodejs project folder,</p>
+<p>Open command line and cd to your above nodejs project folder</p>
+<p>run 'npm install'</p>
+<p>run 'node index.js'</p>
0 commit comments