Socially is a minimal, full-stack social media platform built with Next.js, Tailwind CSS, and ShadCN UI. It allows users to create accounts, post content with images, and browse a real-time feed. This project is great for learning full-stack development and experimenting with modern web technologies.
git clone https://github.com/luongvankiet/nextjs-socially
cd socially
npm install
# or
yarn install
Create a .env.local file:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_public_key
CLERK_SECRET_KEY=your_clerk_secret_key
DATABASE_URL=your_database_url
UPLOADTHING_TOKEN=your_uploadthing_key
npm run dev
# or
yarn dev
Visit http://localhost:3000 in your browser to see the app.