Skip to content

Commit 2d90c41

Browse files
Create README.md
1 parent df458d0 commit 2d90c41

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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,
3-
Add Record
4-
Edit Record
5-
Delete Record
6-
Featch records
7-
3+
<ul>
4+
<li>Add Record</li>
5+
<li>Edit Record</li>
6+
<li>Delete Record</li>
7+
<li>Featch records</li>
8+
</ul>
89

910
# how to create table in db
1011
You need to craete 'test' database into mysql and import customer.sql table into your mysql database.

0 commit comments

Comments
 (0)