Postman collection : https://documenter.getpostman.com/view/13523141/VUjPHkUh
How to run this project in postman ?
1 Clone this project
2 Open with any code editor
3 Give the following command
4 only run collection json file you should following the command below
5 npm install/ npm i or yarn install
6 npx newman run .collection/collection.json
7 npm test
git init
git remote add origin
git status
git add .
git commit -m 'upload'
git branch -M main
git push origin main
git status
git add .
git commit -m 'update'
git push origin main