Skip to content

cxfajar/Threads-App

Repository files navigation

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

Getting Started

Thread Application

Handle file uploads with UploadThing

https://uploadthing.com/

MongoDB handling of complex schemas, multiple data population

https://cloud.mongodb.com/

https://dashboard.clerk.com/

Run these dependencies on terminal

npx create-next-app@latest ./

Copy/paste my package.json file, delete your node modules folder, delete package-lock.json, then run npm install

npm install tailwindcss-animate

npm install @clerk/themes

npx shadcn-ui@latest init

npx shadcn-ui@latest add form

npx shadcn-ui@latest add input

npx shadcn-ui@latest add textarea

Npx shadcn-ui@latest add tabs

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

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.