Skip to content

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

Notifications You must be signed in to change notification settings

saifulshihab/dev-forum

Repository files navigation

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