Welcome to the Home Page

You can access the following routes:

/auth

signUp => POST => /auth/signUp
login => POST => /auth/login
loginGmail => POST => /auth/loginGmail
payment-history => GET => /auth/payment-history
payment-history/:transactionId => GET => /auth/payment-history/:transactionId
getAllUser => GET => /auth/getAllUser
confirm/:token => GET => /auth/confirm/:token
forgetPassword => POST => /auth/forgetPassword
resetPassword/:token => POST => /auth/resetPassword/:token
getOneUser => GET => /auth/getOneUser/:id
logOut => POST => /auth/logout

* Dasboard *
updateUser/:id => POST => /auth/updateUser/:id
deleteUser/:id => DELETE => /auth/deleteUser/:id
getUsers => GET => /auth/getUsers
getSingle => GET => /auth/getSingle/:id
getDashboardData => GET => /payment/dashboard/getPaymentsData

/payment

payment => POST => /payment/payment

/decoration

createWithImage => POST => /decoration/createWithImage
createwithoutImage => POST => /decoration/createwithoutImage
getDesignByUserId => GET => /decoration/getDesignByUserId

/blog

create => POST => /blog/create
getallblogs => GET => /blog/getallblogs
get arabic blogs/ => GET => /blog/getarblogs
get english blogs/ => GET => /blog/getenblogs
getOne => GET => /blog/getOne/:id
update => PUT => /blog/update/:id
delete => DELETE => /blog/delete/:id

/contact

create => POST => /contact/create