RemiCarriere / ecse-428-kanbananza

1 stars 0 forks source link

Setup Database #36

Closed mattcaccavelli closed 3 years ago

mattcaccavelli commented 3 years ago

Initialize and prepare database infrastructure

est story pts: 3

loucadufault commented 3 years ago

setup with mongdb atlas and connected to backend. Security is weak so far

loucadufault commented 3 years ago

this is the dev db, prod db will be a heroku dyno, and test db will be spinned up in-memory

loucadufault commented 3 years ago

actual 3

mongo db in memory emulation for test was setup, mongodb cloud atlas instance was setup for dev environment, prod db will be setup as part of deployment task #34