Hi,
I’m new to the community here!
I was trying out designing a web app and needed some help designing out the data structures.
I want to design a photo/article sharing app (lol i know it’s overrated, but primarily trying to learn here ). The data types I am thinking are:
- User A
- username
- list of pictures uploaded by the user A
- list of pictures user A is tagged in by his friends
- List of friends you have added (not mutual-- they don’t have to add you back)
- Picture/Article
- Original Uploader
- People tagged it in
This is what I have so far and was wondering if some one can help to assess if I am on the right path. It’d be really helpful!