nextjs-discord-auth
nextjs-discord-auth copied to clipboard
Next.js and Tailwindcss Discord Oauth2 Example
Next.js Discord Auth
Start Downloading Project
git clone https://github.com/kardespro/nextjs-discord-auth
cd nextjs-discord-auth
Download Modules
npm i -y
Configure
//config.ts
export const API_HOST = "api url"
Start Frontend Server
npm run nego
Deploy Backend Server
cd backend
Download Modules
npm i
Fill Sections in index.js
Start Server
node .
##or
node index.js