• Joined on 2022-02-23
maximx1 deleted branch 7-mongo-stub from maximx1/budget-demo 2023-06-17 21:33:03 -04:00
maximx1 merged pull request maximx1/budget-demo#8 2023-06-17 21:32:58 -04:00
[#7] Stubbed out a bunch of basic mongo calls and configured app to use mongo instead of mocked object.
maximx1 pushed to master at maximx1/budget-demo 2023-06-17 21:32:58 -04:00
41682853ed Merge pull request '[#7] Stubbed out a bunch of basic mongo calls and configured app to use mongo instead of mocked object.' (#8) from 7-mongo-stub into master
3eb52c78c3 [#7] Stubbed out a bunch of basic mongo calls and configured app to use mongo instead of mocked object.
Compare 2 commits »
maximx1 created pull request maximx1/budget-demo#8 2023-06-17 21:32:42 -04:00
[#7] Stubbed out a bunch of basic mongo calls and configured app to use mongo instead of mocked object.
maximx1 created branch 7-mongo-stub in maximx1/budget-demo 2023-06-17 21:01:59 -04:00
maximx1 pushed to 7-mongo-stub at maximx1/budget-demo 2023-06-17 21:01:59 -04:00
3eb52c78c3 [#7] Stubbed out a bunch of basic mongo calls and configured app to use mongo instead of mocked object.
maximx1 opened issue maximx1/budget-demo#7 2023-06-17 20:57:13 -04:00
Convert mocked to mongo stubbed data
maximx1 commented on issue maximx1/budget-demo#6 2023-06-17 20:48:50 -04:00
set up mongo

localhost basic setup for now dbname budgetdb collections: [ 'budgetPeriods', 'users', 'accounts' ]

maximx1 closed issue maximx1/budget-demo#6 2023-06-17 20:48:50 -04:00
set up mongo
maximx1 opened issue maximx1/budget-demo#6 2023-06-17 20:43:17 -04:00
set up mongo
maximx1 closed issue maximx1/budget-demo#1 2023-02-25 22:20:50 -05:00
Stub out a basic context/reducer
maximx1 closed issue maximx1/budget-demo#4 2023-02-25 22:20:50 -05:00
Stub out API
maximx1 merged pull request maximx1/budget-demo#5 2023-02-25 22:20:37 -05:00
[#4] Stubbed out a basic api with mongo connections.
maximx1 pushed to master at maximx1/budget-demo 2023-02-25 22:20:37 -05:00
4b231538ed Merge pull request '[#4] Stubbed out a basic api with mongo connections.' (#5) from 4-stub-api into master
8d27c6fffa [#4] Stubbed out a basic api with mongo connections.
Compare 2 commits »
maximx1 deleted branch 4-stub-api from maximx1/budget-demo 2023-02-25 22:20:37 -05:00
maximx1 created pull request maximx1/budget-demo#5 2023-02-25 22:20:28 -05:00
[#4] Stubbed out a basic api with mongo connections.
maximx1 created branch 4-stub-api in maximx1/budget-demo 2023-02-25 22:19:58 -05:00
maximx1 pushed to 4-stub-api at maximx1/budget-demo 2023-02-25 22:19:58 -05:00
8d27c6fffa [#4] Stubbed out a basic api with mongo connections.
maximx1 opened issue maximx1/budget-demo#4 2023-02-25 20:19:23 -05:00
Stub out API
maximx1 opened issue maximx1/budget-demo#3 2023-02-25 20:18:37 -05:00
Set up account authentication