Skip to content

NattawutTanthai/Nextjs-meta-messenger-clone

Repository files navigation

Tools :

Next.js V13 , Upstash , flowbite , Pusher , NextAuth , Redis , Typescript

Run Project

Clone project your directory :

git clone https://github.com/NattawutTanthai/Nextjs-meta-messenger-clone.git
cd Nextjs-meta-messenger-clone

add file .env.local and follow me :

REDIS_URL="rediss://default:681017bb1b4e485881bc1b9ff13841af@apn1-supreme-snake-33041.upstash.io:33041"
VERCEL_URL=http://localhost:3000
FACEBOOK_CIENT_ID=514008647457277
FACEBOOK_CLIENT_SECRET=e5a724dec7ff68a4007ba34f3b9b6baf
NEXTAUTH_SECRET=Tanthai064

Start project

npm i
npm run dev