CS180-spring / cs180-22-untouchables

cs180-22-cs180-22-untouchables created by GitHub Classroom
2 stars 0 forks source link

Added functionality to add movies through .JSON #28

Closed jgarc594 closed 1 year ago

jgarc594 commented 1 year ago

I created a function that uses a JSON file name and a DataBase as parameters and parses the JSON file for a single movie entry. It then makes a movie document based on what is in the file and pushes it to the DataBase provided.