Setup docker ShopShoes
146

Upload Storage : post --> http://localhost:5000/api/upload
Destroy Storage: post --> http://localhost:5000/api/destroy
Register admin: post --> http://localhost:5000/api/admin/register
Verification OTP: post --> http://localhost:5000/api/admin/verification/otp
Login admin: post --> http://localhost:5000/api/admin/login
logout admin: get --> http://localhost:5000/api/admin/logout
Get Profile Admin: get --> http://localhost:5000/api/admin/profile
Update profile: post --> http://localhost:5000/api/admin/update/profile
New access Token : get --> http://localhost:5000/api/admin/new/access
Change Password : post --> http://localhost:5000/api/admin/change/password
Forget password admin: post --> http://localhost:5000/api/admin/forget
Login google Admin: post --> http://localhost:5000/api/admin/login/google
Get all account users: get --> http://localhost:5000/api/admin/getall/users
Update Users and Admin : post --> http://localhost:5000/api/admin/upload/account/:id
Delete Users and Admins : delete --> http://localhost:5000/api/admin/delete/account/:id
Get all Admin: get --> http://localhost:5000/api/admin/getall/admin
Get all category: get --> http://localhost:5000/api/category
Create category: post --> http://localhost:5000/api/category/create
Update category: post --> http://localhost:5000/api/category/edit/:id
Delete category: delete --> http://localhost:5000/api/category/delete/:id
Get all Carousels: get --> http://localhost:5000/api/admin/carousel
Create Carousels: post --> http://localhost:5000/api/admin/carousel/create
Upload Carousel: post --> http://localhost:5000/api/admin/carousel/edit/:id
Delete Carousel: delete --> http://localhost:5000/api/admin/carousel/delete/:id
Get all Vouchers : get --> http://localhost:5000/api/admin/voucher
Create Vouchers: post --> http://localhost:5000/api/admin/voucher/create
Upadate Vouchers: post --> http://localhost:5000/api/admin/voucher/update/:id"
Delete Vouchers: delete --> http://localhost:5000/api/admin/voucher/delete/:id
Get all feedback: get --> http://localhost:5000/api/feedback
Response Feedback: post --> http://localhost:5000/api/feedback/response/:id
Read Feedback: get --> http://localhost:5000/api/feedback/read/:id
Filter Feedback: post --> http://localhost:5000/api/feedback/filter
Get all product(Sort,filter,page) : get --> http://localhost:5000/api/admin/product
Get detail product : get --> http://localhost:5000/api/admin/product/getId/:id
Create product : post --> http://localhost:5000/api/admin/product/create
Update product : post --> http://localhost:5000/api/admin/product/update/:id
Delete product : delete --> http://localhost:5000/api/admin/product/delete/:id
Get all orders: get --> http://localhost:5000/api/admin/order
Get all order delete : get --> http://localhost:5000/api/admin/order/delete
Undo order customer delete : post --> http://localhost:5000/api/admin/order/update/:id
Orders detail : get --> http://localhost:5000/api/admin/order/:id
Change status Orders: post --> http://localhost:5000/api/admin/order/upload/status/:id
List users register new 3 days: get --> http://localhost:5000/api/admin/getall/user/new
List Monthly Registered Customers: get --> http://localhost:5000/api/admin/getall/user/register/month
Total turnover : get --> http://localhost:5000/api/admin/statistical/sum
Turnover orders order delivery this month with before month: get --> http://localhost:5000/api/admin/statistical/compare/month/received
Turnover orders order not delivery this month with before month: get --> http://localhost:5000/api/admin/statistical/compare/month/not/received
Get monthly the income customer have received (12 month): get --> http://localhost:5000/api/admin/statistical/month/received
Take orders order delivery new 3 days : get --> http://localhost:5000/api/admin/statistical/buy/new
Statisticals account register every 12 month : get --> http://localhost:5000/api/admin/getall/user/register/month
Register Users: post --> http://localhost:5000/api/user/register
Verification Users: get --> http://localhost:5000/api/user/verify/:userId/:uniqueString
Login Email and Phone: post --> http://localhost:5000/api/user/login
Logout Users : get --> http://localhost:5000/api/user/logout
Profile Users : get --> http://localhost:5000/api/user/profile
Upload Profile: patch --> http://localhost:5000/api/user/update/profile
New Acceptoken : get --> http://localhost:5000/api/user/new/accessToken
Change Password : post --> http://localhost:5000/api/user/change/password
Forget: post --> http://localhost:5000/api/user/forget
Reset Passwrod : post --> http://localhost:5000/api/user/password/reset/:token
Login Google Users : post --> http://localhost:5000/api/user/login/google
Login Facebook Users: post --> http://localhost:5000/api/user/login/facebook
Add to cart : post --> http://localhost:5000/api/product/add/cart
InCrement Cart product --> http://localhost:5000/api/product/increment/cart
DeCrement Cart product --> http://localhost:5000/api/product/decrement/cart
Del Cart Product -> http://localhost:5000/api/product/del/cart
Get cart users: ->http://localhost:5000/api/product/get/cart
Get all product: get --> http://localhost:5000/api/product
Get Product detail : get --> http://localhost:5000/api/product/detail/:id
Comment Product: post -->http://localhost:5000/api/review/create/:id
Edit comment review : post --> http://localhost:5000/api/review/:productId/update/:commentId
Delete comment : delete --> http://localhost:5000/api/review/:productId/delete/:commentId
Detail Profile Users Comment: get --> http://localhost:5000/api/user/info/:id
Add voucher: post --> http://localhost:5000/api/user/voucher
Del voucher: get --> http://localhost:5000/api/user/voucher/del
Delete order flag: post --> http://localhost:5000/api/order/delete/:id
History orders: get --> http://localhost:5000/api/order/history
Get Detail orders: get -->http://localhost:5000/api/order/:id
Payment paypal: post --> http://localhost:5000/api/payment/paypal
Tính tiền bằng Stripe Quản lý bắng Stripe: post --> http://localhost:5000/api/payment/paymentStripe
Payment checkStock : get --> http://localhost:5000/api/payment/check/stock
Payment total : Post -->http://localhost:5000/api/payment/total
Content type
Image
Digest
sha256:95d56b304…
Size
208.5 MB
Last updated
about 4 years ago
docker pull nguyentientai/full-stack-docker-dev:client