Play with your friends by guessing which movies/actors/directors/etc. will be nominated during the Oscar.
In order to play, you will need to install the back end. You can get it here.
npm install
Set your environment variables. You can copy the sample:
cp .env.sample .env
npm run serve
npm run build
npm run lint