This is a Next.js project bootstrapped with create-next-app
.
Demo deployed with Vercel HERE. You can register or log in with google to try it out.
NextJS 13 with the new app router Tailwind css for styling NextAuth for user authentication with oauth signin Prisma as database ORM MongoDB as database Pusher for real-time changes
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.