Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TestNodeJS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dangdoan
TestNodeJS
Commits
5c2f2006
Commit
5c2f2006
authored
Apr 07, 2022
by
dangdoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix readme
parent
3598159b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
5c2f2006
...
@@ -15,15 +15,15 @@ execute query in file mysql.sql
...
@@ -15,15 +15,15 @@ execute query in file mysql.sql
####
####
use the following api:
use the following api:
http://localhost:3000/api/products : for list all products
http://localhost:3000/api/products : for list all products
.
http://localhost:3000/api/products?page=1&size=2: for lis list all products with paging
http://localhost:3000/api/products?page=1&size=2: for lis list all products with paging
.
http://localhost:3000/api/products: with post method for create product
http://localhost:3000/api/products: with post method for create product
.
http://localhost:3000/api/products/{code}: with put method for update product
http://localhost:3000/api/products/{code}: with put method for update product
.
http://localhost:3000/api/products/p003002: with delete method for delete product by code
http://localhost:3000/api/products/p003002: with delete method for delete product by code
.
http://localhost:3000/api/products?sort={name}&dir={desc/asc}: for get all product with sorting
http://localhost:3000/api/products?sort={name}&dir={desc/asc}: for get all product with sorting
.
####
####
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment