What’s included in nextjs-social-media-app?
A feature-rich social media platform built with Next.js 15, featuring TypeScript for type safety, Prisma for database management, NextAuth.js for authentication, and UploadThing for media uploads.
Tech Stack
- Next.js 15
- TypeScript
- Tailwind CSS
- Prisma
- NextAuth.js
- UploadThing
- Real-time features
Features
Prerequisites
- Node.js 18+
- npm or yarn or pnpm
Installation
- Clone the repository:
git clone https://github.com/bjornleonhenry/nextjs-social-media-app.git
cd nextjs-social-media-app
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm run dev
Open http://localhost:3000 to see the application.
Contributing
Contributions are welcomed, and appreciated. If you have a feature request, please add it as an issue or make a pull request.