Mmmmh Cookies 🍪✨

pipeline status Latest Release

Mmmmh Cookies

A cute, kawaii-styled homepage for a magical cookie store. 🌸

🚀 Quick Start with Docker Compose

Run with docker compose

#
# Mmmmh Cookies
# https://gitlab.cylab.be/cylab/play/mmmmh-cookies
#

services:
  web:
    image: gitlab.cylab.be:8081/cylab/play/mmmmh-cookies
    ports:
    - '8000:80'
    restart: always
    environment:
      # secret code will be revealed if user modifies cookie
      # his browser
      SECRET_CODE: 'i-love-cookies'
    networks:
      - cookies-network

networks:
  cookies-network:
    driver: bridge

docker compose up -d

Once running, the site will be available at http://localhost:8000.

Service Details

The stack uses a simple Apache-based PHP 8.4 container.

🛠️ Local Development

To run the project locally for development:

  1. Clone the repository:

    git clone https://gitlab.cylab.be/cylab/play/mmmmh-cookies.git
    cd mmmmh-cookies
    
  2. Run with Docker Compose:

    docker compose up
    
  3. Access the site: Open http://localhost:8000 in your browser.

🎨 Styling

The project uses a Kawaii aesthetic, characterized by:

📁 Project Structure

This website uses cookies. More information about the use of cookies is available in the cookies policy.
Accept