Deployment Guide

Frontend (Vercel)

The Next.js frontend is deployed on Vercel.

Configuration

Deployment Steps

  1. Push changes to the main branch.
  2. Vercel automatically triggers a new build.
  3. Verify the deployment URL.

Backend (Railway)

The Django backend is deployed on Railway.

Configuration

Database (PostgreSQL)

Deployment Steps

  1. Push changes to the main branch.
  2. Railway detects changes and rebuilds the service.
  3. Migrations are applied automatically during the build/start process.

Domain Configuration