This is a Movie Night planning app for the Spinach Inquisition's weekly bad movie night. It features:
- Importing movies & series from IMDB
- Scheduling something to watch on Google Calendar
- Polling to see what we should watch next
This is a Laravel app and the setup process is fairly standard:
$ composer install
$ yarn install
$ yarn run prod
For Discord auth, do not forget to whitelist your callback URL (e.g. https://whatever.net/login/discord/callback) on the OAuth2 screen.