JacobSulewski / CSE5914

The Ohio State CSE Capstone: Knowledge Based Systems (AI)
1 stars 0 forks source link

Create Movie Json Files #12

Open PotassiumPill opened 1 year ago

PotassiumPill commented 1 year ago

Everybody will create two minimum JSon files for our first functioning backend layer. Example: { "title" : string "starring" : " [string] "run time" : num "genre" : [string] "release year" : num "rating" : string "imageurl" : string "description" : string "categories" : { "plot" : num "acting" : num "ending" : num "soundtrack" : num "cinematography" : num "family friendly" : num "funny" : num "action: " num } }