Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1.11 KB

File metadata and controls

76 lines (49 loc) · 1.11 KB

Dev Forum

Dev Forum is an online platform where software developers can showcase their portfolios, bid on projects, and connect with recruiters to get hired.

screenshot

Stack

  • Next.js 14 (App Router)
  • Shadcn/UI
  • Tailwind CSS
  • Prisma/Postgres

Setup & Installation

Clone the repository

git clone https://github.com/saifulshihab/dev-forum.git
cd dev-forum

Install dependencies

npm install

Environment variables

There is an .env.example file. Copy it to .env.

cp .env.example .env

Open .env and set all necessary values.

Database setup with Prisma

  • Generate the Prisma client:
npx prisma generate
  • Run migrations (if any) to set up database schema:
npx prisma migrate deploy

or (for development)

npx prisma migrate dev

Build / Start the application

  • For development mode:
npm run dev
  • For production build:
npm run build
npm start

Live

https://dev-forum-rho.vercel.app