9 – 12h Teaching
https://002.powercoders.org/matthias-hueni/curriculum/gdi-intro-databases/class1.html
In this exercise, you'll model two places for storage in a reviews website like Yelp, Google Local, or Foursquare.
PAIR UP and don't worry about getting JSON exactly right - the important part is "name" : "value"
.
If you get stuck trying to read something you wrote, here's a JSON Parser that will organize things for you.
places.json
[{}, {}, {}]
Ask yourself these questions:
12 – 13.30h Lunch
13.30 – 17h Coaching
Making movies takes lots of relationships - Actors, Producers, Studios - we don't want to duplicate data, so let's form some relationships!
movies.json
Movies = [{}, {}, {}, {}]
Actors = [{}, {}, {}, {}]
Studios = [{}, {}, {}, {}]