DanHChampion / Cheesecake

My at-home video streaming platform for my movies
GNU General Public License v3.0
0 stars 0 forks source link

Database Integration #22

Closed DanHChampion closed 7 months ago

DanHChampion commented 1 year ago

figure how the user's profile should be stored? simple JSON?

DanHChampion commented 1 year ago

going to use mongoDB (mongoose)

DanHChampion commented 1 year ago

figure out how to test properly with MongoDB

DanHChampion commented 1 year ago

important bug when building code in github actions:

uri = undefined

DanHChampion commented 7 months ago

resolved, using jest mocking as a fake database