Skip to content

nam685/nam-website

Repository files navigation

nam-website

Personal website. Django backend + Next.js frontend.

Setup

Prerequisites

  • Python 3.12+, uv
  • Node 22+, pnpm 10
  • Docker & Docker Compose

Start services

docker compose up -d

Backend

cp .env.example .env
uv sync
uv run python manage.py migrate
uv run python manage.py runserver

Django runs at http://localhost:8000. Health check: http://localhost:8000/api/health/

Frontend

cd frontend
pnpm install
pnpm dev

Next.js runs at http://localhost:3000.

About

Personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors