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 df458d0 commit 2d90c41Copy full SHA for 2d90c41
README.md
@@ -1,10 +1,11 @@
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
-Add Record
4
-Edit Record
5
-Delete Record
6
-Featch records
7
-
+<ul>
+<li>Add Record</li>
+<li>Edit Record</li>
+<li>Delete Record</li>
+<li>Featch records</li>
8
+</ul>
9
10
# how to create table in db
11
You need to craete 'test' database into mysql and import customer.sql table into your mysql database.
0 commit comments