Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
36 lines (24 loc) · 939 Bytes

README.md

File metadata and controls

executable file
·
36 lines (24 loc) · 939 Bytes

Getting Started

Clone the repository:

$ git clone https://github.com/spencerhunter/dwollaSampleApp.git myproject
$ cd myproject

# Install NPM dependencies
$ npm install

$ node app.js
Generate API Credentials

Navigate Here

Set values to secrets.js

Deploying

Deployment with Heroku

This assumes you have a free Heroku account, and that you have Node.js and npm installed.

  • Download and install Heroku Toolbelt
  • In terminal, run heroku login and enter your Heroku credentials
  • From your myproject directory run heroku create myappname
  • Deploy your code git push heroku master.
  • Define and set config vars from secrets.js Example: heroku config:set HOST=https://myappname.herokuapp.com

Other: heroku logs --tail

Later - To-do: Add support for mongodb