Blog Board

next.js
next-auth
supabase
react-query
mdx
next-safe-action
sonner
shadcn/ui

Simple blogging application designed for users to create, manage, and share their own blog posts.

Brief Description

This blogging platform offers an interactive space for users to share his knowledge and tips. Users can comment on posts, create their own posts and also create new categories

Live Demo

Check out the live demo of the application: Live Demo

Tech Stack

Features

What I learned?

Screenshots

home

home

home

home

home

home

Environment Variables (.env.local)

Before running the application, make sure you have correctly configured the environment variables. Fill in the following variables in the .env file:

SUPABASE_SERVICE=
SUPABASE_URL=
SUPABASE_API_KEY=
SUPABASE_JWT_SECRET=

GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_SECRET=

Installation and running the app

pnpm i
pnpm dev