You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use a database to house game info. Could use something like mongoose to mock game models but I'd rather not use mongodb if possible (no need to use NoSQL as our data is highly structured and would benefit from a relational db). We can probably use SQLite initially and convert to another SQL db later.
The text was updated successfully, but these errors were encountered:
We should use a database to house game info. Could use something like mongoose to mock game models but I'd rather not use mongodb if possible (no need to use NoSQL as our data is highly structured and would benefit from a relational db). We can probably use SQLite initially and convert to another SQL db later.
The text was updated successfully, but these errors were encountered: