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

spencerhunter/dwollaSampleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published