Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 691 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 691 Bytes

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.

Technologies used

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

Getting Started

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.