Closed sibelius closed 8 years ago
@lucasbsilva and @tzdesing will work together on this issue
Which server will be hosted the database ? I would like suggest Firebase, because we can create a free account. React has a good integration API for Firebase as well.
@keuller never tried Firebase but I guess we can use it as long as it's easy to export our data if we need to scale later.
Which database design do we need for this app? Which models, and with which fields?
We are going to use MongoDB (NoSQL), in Node. Mongoose is a good option for this.
You should provide js files containing Mongoose Schemas describing the models and their relationships.
You have 3 days (due date 16/02/2016)
Make a PR to this repo, adding the files to design/models folder
Example of folder structure for this PR: