Open philmetscher opened 2 years ago
As a user, I would like to be able to access the lists from anywhere, so I can manage them from more than just one device
All the logic that currently runs on the localStorage must be adapted to the database.
feat/database
.env.local
dbConnect.js
lib folder
useStore.js
Value Proposition
As a user, I would like to be able to access the lists from anywhere, so I can manage them from more than just one device
Description
All the logic that currently runs on the localStorage must be adapted to the database.
Acceptance Criteria
Tasks
feat/database
.env.local
to set URI of MongoDBdbConnect.js
insidelib folder
to set the connectionuseStore.js