DevLink

DevLink is a small profile hub for developers: links, skills, and a clean public profile page.

Features

Tech

Getting started

1) Install dependencies

npm install
docker compose up -d

This repo maps the container’s 5432 to host 5433 to avoid conflicts with an existing local Postgres.

3) Configure env

Create .env (or copy from .env.example) and fill in at least:

Optional (enables OAuth buttons):

4) Setup database

npx prisma migrate dev

Optional seed data:

npm run db:seed

Seeded credentials:

5) Run dev server

npm run dev

Open:

Routes

Notes / tradeoffs

Architecture

Contributing

Security

Deployment