Jimby3 / CS-3110-mobile-web

Semester Project for CS 3110 Programming the mobile web
https://jimby3.github.io/CS-3110-mobile-web/
Apache License 2.0
1 stars 0 forks source link

Figure out data storage method (API vs Database) #19

Open ThatOneWanderingWeirdo opened 4 months ago

ThatOneWanderingWeirdo commented 4 months ago

Not sure which is better because we can make a local API or a database with react? But I am not sure what is better for our case, as well as what is realistically easier for us

ThatOneWanderingWeirdo commented 4 months ago

This looks promising as it is built on SQLite, and is built for React, however I don't using another tool, I don't want to become realient on it. https://github.com/Nozbe/WatermelonDB

ThatOneWanderingWeirdo commented 2 months ago

Reopened because didnt realize it takes it off the board - this is finished

ThatOneWanderingWeirdo commented 2 months ago

End result was using Database as API would require making a database along with calls. End result was CRUD functions using Firebase