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 2d90c41 commit 0ce729dCopy full SHA for 0ce729d
README.md
@@ -1,10 +1,10 @@
1
<h1>Nodejs Rest API Example Using ExpressJS and Mysql</h1>
2
I have created simple example to create RESTFul api for crud operation using mysql database.I have added following features into this source code,
3
<ul>
4
-<li>Add Record</li>
5
-<li>Edit Record</li>
6
-<li>Delete Record</li>
7
-<li>Featch records</li>
+<li>Add Record using rest call into mysql database</li>
+<li>Edit Record using rest call into mysql database</li>
+<li>Delete Record using rest call into mysql database</li>
+<li>Featch records using rest call into mysql database</li>
8
</ul>
9
10
# how to create table in db
0 commit comments