Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1015 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 1015 Bytes

What is it?

BizBuddy is a website where people can find others with different skills to start businesses together. It helps match users based on their skills and interests.

Why?

Many people have good business ideas but need help in areas where they lack skills. BizBuddy helps them find the right partners to work with, making it easier to start and grow successful businesses.

Getting Started

First, Download ZIP or Clone the repo

Second, In the project root directory:

npm install

Finally, run the development server:

npm run dev

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

Tech Stack Used

  • TypeScript
  • React.js
  • Next.js 14 (App Router)
  • NextUI Library
  • Tailwind CSS
  • React-Hook-Form (Form State Managment)
  • Zod Validator (Form Validation)
  • NextAuth (Auth.js) (Secuirty & Authentication)
  • Prisma ORM (Talk to Database)
  • Neon Serverless PostgreSQL Database
  • Cloudinary (Media Storage)
  • Pusher (Real-time Feature)