Open Frank-Schaeske opened 1 year ago
As a user I want to save my data in a cloud database So that I can access my player list from different devices
Connection with MongDB Atlas
mongoose
.env.local
db/connect.js
List
handleSave
handleChangeComment
deletePlayer
Nice, have fun with the connection :)
Value Proposition
As a user I want to save my data in a cloud database So that I can access my player list from different devices
Description
Connection with MongDB Atlas
Acceptance Criteria
Tasks
mongoose
and adapt.env.local
db/connect.js
file and fill itList
component and the functionshandleSave
,handleChangeComment
anddeletePlayer