ibracho / Note-App-Project

0 stars 3 forks source link

To add to frontend for backend usage #1

Open PublicKip opened 1 month ago

PublicKip commented 1 month ago

Just a list of things I think need to be passed through to the backend, preferably tomorrow (5/14/24)

JSON Object consisting of a note's:

these will be passed into backend, handled and then shipped off to the Mongo Atlas

PublicKip commented 1 month ago

just noticed most of this is already saved in LocalStorage, just gotta find wherever that is done, add a little more, and create the get/post routes there

image