This is a Next.js project bootstrapped with create-next-app
.
- 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
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.