Skip to content

Next.js voting app with twitch authentication

Notifications You must be signed in to change notification settings

Pla9er9/vote-app

Repository files navigation

Voting app

Copy off voting webapp złote antosie made in nextjs and nextui

Run Locally

Clone the project

  git clone https://github.com/Pla9er9/vote-app

Go to the project directory

  cd vote-app

Install dependencies

  npm install

Create .env file

TWITCH_CLIENT_ID = 
TWITCH_CLIENT_SECRET = 
MONGODB_USERNAME = 
MONGODB_PASSWORD = 
MONGODB_URL = 
NEXTAUTH_SECRET = 
NEXTAUTH_URL = 

Start the server

  npm run dev

License

MIT