Hey everyoneI'm new to node and making things for the web in general, so I'm trying to learn by making an app that allows users to track the attendance of students/athletes.I am planning to have the following data:Team, Teammember, EventEvery Teammember and every Event belongs to a Team.Every Event has status data for all teammembers. Something like 'present', 'not-present' or 'excused'.Now i'm not sure what database i should be using. Should I go the fully relational rout with a fourth table attendance where every row is a entry if a specific student was present?Or would it be easier to have it all in a document database like mongodb where every event holds an array of statuses?I'm hoping my question is clear, and if you know of a similar project on Github, where i could finde some inspiration that would help me a lot too.
Submitted January 10, 2019 at 05:12PM by Tiim_B
No comments:
Post a Comment