Skip to content

FintanK/nextjs-social-media-app

Repository files navigation

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

Dependencies

Environment variables

An example .env file can be found in .env.example

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
DATABASE_URL=
UPLOADTHING_TOKEN=

Database

Setup your own free serverless database provided by Neon. Sign up at https://neon.tech/

Production server

I'm using Vercel to host this application

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

ShadCn/UI

Adding new dependencies.

npx shadcn@latest add

A full list of components is available here

https://ui.shadcn.com/docs/components

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A social media app built with Next.js, Clerk, Tailwind, ShadCN/UI, Radix UI, Prisma and Vercel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published