Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 857 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 857 Bytes

Bankr

Code Badges

Build Status Coverage Status

About

Banker is the most secure banking platform on the web that I've ever created. It allows a bank to manage user accounts and transfer money between accounts. Since we will be using this app with bitcoins, we will allow users to make infinite withdawals, and simply charge a fee for each overdraft.

Models

Transfer
--------------

Account
--------------

Features

  • Object Oriented
  • MVC
  • TDD
  • Mocha
  • MongoDB
  • Jade
  • Express

Running Tests

$ npm install
$ npm test

Contributors

License

MIT