My implementation of the MBTI coding challenge. Tested on macOS with Go 1.19.
- Create a TMDB account and create a v3 API key.
- Create a
.envfile in the project root. - Add a variable called
TMDB_API_KEYto.envand paste your API key there. - Run
go run .inside the project root, which will start the application.
To distribute the application, go build the project and make sure the TMDB_API_KEY environment
variable is set on the system the application is running on.