Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 925 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 925 Bytes

MyMovies

Generic badge Generic badge

Description

The app lets you search information about movies and store your favorites.

Credits

It was created during a SwiftUI and CoreData Workshop in Mai 2021 lead by Paul Hudson from Hacking with Swift.

The data are provided by The Movie Database.

Setup API Key

The Movie Database requieres an api key to authenticate. You must create your own key for free.

To make the app use it, please create a keys.json file on the project's root level. The file is ignored by git.

{
    "api_key": "<your key>"
}

Screenshot Example

Generic badge