PayloadCMS Integration

A headless CMS powered by Next.js and PostgreSQL

Getting Started

Welcome to your PayloadCMS application. Use the admin panel to manage your content.

API Endpoints

Your content is available via REST API:

  • GET /api/posts - Fetch all posts
  • GET /api/pages - Fetch all pages
  • GET /api/users - Fetch all users (authenticated)

GraphQL

GraphQL endpoint is also available:

  • POST /api/graphql - GraphQL API
  • GET /api/graphql-playground - GraphQL Playground