https://github.com/chaudhuree/ecommerce-ostad
ecommerce backend
https://github.com/chaudhuree/ecommerce-ostad
auth category-route express-formidable product-by-category product-route role-based-authorization swithbased-validation
Last synced: about 2 months ago
JSON representation
ecommerce backend
- Host: GitHub
- URL: https://github.com/chaudhuree/ecommerce-ostad
- Owner: chaudhuree
- Created: 2023-01-28T17:50:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T06:50:43.000Z (about 3 years ago)
- Last Synced: 2025-03-10T19:29:14.025Z (over 1 year ago)
- Topics: auth, category-route, express-formidable, product-by-category, product-route, role-based-authorization, swithbased-validation
- Language: JavaScript
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> in if where we check error occurance we will everytime return them if there has an error occurs.
> that means,
```
if(!email){
return res.json('email name is not given')
}
```
## postman data
[postman data](https://www.postman.com/chaudhuree/workspace/ecommerce-ostad/collection/20773865-93915025-fbb1-4f3d-a075-2906e32f1a43?action=share&creator=20773865)