Skip to content

Commit 0ce729d

Browse files
Create README.md
1 parent 2d90c41 commit 0ce729d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<h1>Nodejs Rest API Example Using ExpressJS and Mysql</h1>
22
I have created simple example to create RESTFul api for crud operation using mysql database.I have added following features into this source code,
33
<ul>
4-
<li>Add Record</li>
5-
<li>Edit Record</li>
6-
<li>Delete Record</li>
7-
<li>Featch records</li>
4+
<li>Add Record using rest call into mysql database</li>
5+
<li>Edit Record using rest call into mysql database</li>
6+
<li>Delete Record using rest call into mysql database</li>
7+
<li>Featch records using rest call into mysql database</li>
88
</ul>
99

1010
# how to create table in db

0 commit comments

Comments
 (0)