Hello, not sure if this is even the right place after reading the dos and donts but im stumped and could do with a bit of guidance
/>
Id like to make a "simple webapp" for a Golf Scoring card,
The biggest problem im having trying to figure out is how id set up the database? like how would i store the scores for that person and then have that persons scores displayed in their stats profile? would in the user table have a userid field that is added to the score then when the score is pulled from the database its based on the same userid? or am i totally missing the point of how it all works?

Id like to make a "simple webapp" for a Golf Scoring card,
- User sign up
- The user can add their own course and that course information theyre playing at
- Add other users who are playing with them
- When that session is finished their scores are saved, and able to view past scores for that course in their profile stats page.
The biggest problem im having trying to figure out is how id set up the database? like how would i store the scores for that person and then have that persons scores displayed in their stats profile? would in the user table have a userid field that is added to the score then when the score is pulled from the database its based on the same userid? or am i totally missing the point of how it all works?