2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00
2025-11-09 00:26:00 -06:00

FullMoon Bakehouse Platform (gpt)

This repository houses the custom full stack platform for Full Moon Bakehouse. The stack combines a Next.js frontend and a Django + Celery backend, all orchestrated with Docker for easy local testing.

Getting Started

  1. Duplicate the environment template:
    cp infra/docker/.env.example infra/docker/.env.development
    
  2. Adjust any secrets in .env.development (Stripe, Pushbullet, Django secret key).
  3. Launch the stack:
    docker compose up --build
    
  4. Access the services at:

Next Steps

  • Configure S3 storage, Stripe keys, and Pushbullet notifications once credentials are available.
  • Add Makefile tasks to wrap common Docker commands (build, migrate, test).

The infra/docker/README.md file contains service-level details and helper commands.

Description
> Custom Full Moon Bakehouse platform — Next.js 14 storefront with product > pages, cart/checkout, and a Django/DRF backend for menu management, > inventory, delivery overrides, and future CSB workflows.
Readme 13 MiB
Languages
JavaScript 54%
Python 35.2%
CSS 10.2%
Dockerfile 0.6%