This is a fictious banking app used to develop coding skills
- node (v4+)
- npm
- heroku
- a healthy dose of optimism
To bring in dependencies run:
npm install
To start the service run:
npm start
This app can be deployed to heroku.
Use the following link to log in a set up:
https://devcenter.heroku.com/articles/getting-started-with-nodejs#set-up
Take a fork of this repo and add to it as you need to, routes are in routes.js and body-parser is already included for heavy lifting on handling requests.