Skip to content

kardespro/nextjs-discord-auth

Repository files navigation

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