Block a user
[#7] Stubbed out a bunch of basic mongo calls and configured app to use mongo instead of mocked object.
[#7] Stubbed out a bunch of basic mongo calls and configured app to use mongo instead of mocked object.
Convert mocked to mongo stubbed data
set up mongo
localhost basic setup for now dbname budgetdb collections: [ 'budgetPeriods', 'users', 'accounts' ]
Stub out a basic context/reducer
[#4] Stubbed out a basic api with mongo connections.
[#4] Stubbed out a basic api with mongo connections.