J
Joppo Stackv1.0.0

Next.js & Django Template

Welcome to the Joppo team development project environment. This page verifies that your Next.js frontend is correctly communicating with the Django REST Framework backend.

Service Environment

Frontend (Next.js)localhost:3000
Backend (Django)localhost:8000
Database (Postgres)localhost:5432
Running inside Docker Compose

API Connection Status

Pinging http://localhost:8000/api/hello/ ...
Endpoint: /api/hello/Pings: 0

How to get started in development

1. Environment Setup

Copy the root .env.example to .env to customize database credentials or ports.

2. Docker Execution

Run docker compose up --build to start all microservices with live reloading.

3. Create API Endpoints

Add models, serializers, and views in the Django backend/api/ folder. Next.js will automatically pick them up!