alt440 / WebGeography

World Geography using HTML, jQuery, ReactJS, nodeJS and CSS
0 stars 0 forks source link

Put everything in local database except scores #10

Closed alt440 closed 5 years ago

alt440 commented 5 years ago

To ensure the database has a size smaller than 500MB, store user information on their computer so that there is no need to handle users, and there is no concern in adding new features.

alt440 commented 5 years ago

Using mongoose, I have separated the models into local and web databases. See mongooseSetup.js to look at how it was made. Only the scores go only now.