Good q&a app.
First you will need to create a .env
file using the .env.example
file.
You will have to add your TWITCH_CLIENT_ID
and TWITCH_CLIENT_SECRET
which can be found in the Twitch Developer Console
You will need to set the OAuth Redirect Url for you Twitch Application to http://localhost:3000/api/auth/callback/twitch
Once you've created the env file run the following command:
docker-compose up -d
Once the services are up, initialize the db
npx prisma db push