A nodejs api for a store website with a bash script file that automates deploying the app to heroku. Available on this link https://www.postman.com/deborahemeni/workspace/workspace~12983a59-8a8b-44af-922a-fb1b390e9051/collection/13856921-362f50f6-d8a1-4fb5-a39d-d7273113a0fd
To use the store.sh file to deploy an app on heroku;
- ensure that you have Heroku CLI installed
- copy the store.sh file to your project directory
- cd into your project directory
- run this command
./store.sh
in the terminal and in same directory with your project.