Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.56 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.56 KB

Banking API Client

Website Link: https://jpgithub1519.github.io/banking-api-client/

API Links:

https://php-banking-api.herokuapp.com/api/

Customers:

https://php-banking-api.herokuapp.com/api/customers

https://php-banking-api.herokuapp.com/api/customers/1

https://php-banking-api.herokuapp.com/api/customers/1/accounts

Accounts:

https://php-banking-api.herokuapp.com/api/customers

https://php-banking-api.herokuapp.com/api/customers/1

https://php-banking-api.herokuapp.com/api/customers/1/transactions

Transactions:

https://php-banking-api.herokuapp.com/api/transactions

https://php-banking-api.herokuapp.com/api/transactions/1

Github Pages Deployment

npm script for deployment:

npm run deploy

or do it manually:

  npm run build
  commit -m "deployment message"
  git subtree push --prefix dist origin gh-pages

Deploying Dist folder to github pages guide:

From the current branch(development or master) run:

git subtree push --prefix dist origin gh-pages