Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 689 Bytes

This is a Next.js project bootstrapped with create-next-app.

What it does

  • User authentication with email/password
  • User authentication with OAuth through Goggle
  • A user can create communities, change community avatars
  • A user can create, vote and comment on posts
  • A user can delete posts and comments

The app is deployed on Vercel

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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