Schon — your store without the extra baggage. https://schon.io
Find a file
2025-10-26 16:22:04 +03:00
.idea Features: 1) Add SEO-related fragments to GraphQL queries including SEOMETA_FRAGMENT usage in brands, categories, and products queries; 2) Enable localized and dynamic SEO metadata handling in category pages with Vue composables and useSeoMeta; 3) Replace obsolete client-only wrapper with native Nuxt components like nuxt-marquee for enhanced rendering; 2025-09-13 12:53:06 +03:00
blog Features: 1) Introduced refined formatting for translation files across multiple locales to ensure unified structure and readability; 2) Added a new translatable string under payments/admin.py for enhanced application functionality. 2025-10-25 20:54:51 +03:00
core Merge branch 'main' into storefront-nuxt 2025-10-26 16:22:04 +03:00
Dockerfiles Merge branch 'main' into storefront-nuxt 2025-10-25 02:50:41 +03:00
evibes Features: 1) Introduced refined formatting for translation files across multiple locales to ensure unified structure and readability; 2) Added a new translatable string under payments/admin.py for enhanced application functionality. 2025-10-25 20:54:51 +03:00
monitoring Fixes: 1) Correct metrics path in Prometheus configuration. 2025-06-22 15:09:36 +03:00
payments Features: 1) Introduced refined formatting for translation files across multiple locales to ensure unified structure and readability; 2) Added a new translatable string under payments/admin.py for enhanced application functionality. 2025-10-25 20:54:51 +03:00
scripts Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
storefront Features: 1) Add error handling for invalid token scenarios with isTokenInvalidError in useRefresh; 2) Integrate useLogout logic in useRefresh for improved redirection after token expiration; 3) Optimize server-side refresh operations with conditional execution in app.vue; 4) Enhance form behavior in input.vue with dynamic autocapitalize attribute. 2025-10-13 14:21:19 +03:00
vibes_auth Features: 1) Add bulk_prefetch_filterable_attributes for optimized attribute fetching; 2) Introduce FilterableAttribute typing for standardizing attribute data across serializers and models; 3) Enhance CategoryDetailSerializer with custom list_serializer_class for bulk operations. 2025-10-26 16:21:34 +03:00
.dockerignore Merge branch 'main' into storefront-nuxt 2025-10-25 02:50:41 +03:00
.gitignore Features: Move from poetry to uv. 2025-10-25 02:18:41 +03:00
CODEOWNERS Features: Move from poetry to uv. 2025-10-25 02:18:41 +03:00
docker-compose.yml Merge branch 'main' into storefront-nuxt 2025-10-25 02:50:41 +03:00
LICENSE Initial Commit 2025-04-29 22:40:30 +03:00
manage.py Initial Commit 2025-04-29 22:40:30 +03:00
nginx.conf Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
pyproject.toml Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00
README.md Features: 1) Add GatewayForm to manage Gateway model; 2) Enhance GatewayAdmin with list display, search, and ordering; 3) Introduce integration_variables field in the Gateway model; 4) Expand support for currencies with symbols via CURRENCIES_WITH_SYMBOLS; 2025-10-21 12:23:02 +03:00
uv.lock Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality; 2025-10-25 19:36:34 +03:00

eVibes

LOGO

eVibes — a lightweight, production-ready ecommerce backend. Storefront, product catalog, cart, and orders work out of the box. Minimal complexity, maximum flexibility — install, adjust to your needs, and start selling.

Table of Contents

  • Features
  • Quick Start
    • Prerequisites
    • Installation
  • Configuration
    • Dockerfile
    • nginx
    • .env
  • Usage
  • Contributing
  • Contact
  • License

Features

  • Modular backend, easy to extend and customize
  • Dockerized deployment with Docker Compose
  • Celery workers and beat for background tasks
  • REST and GraphQL APIs
  • Internationalization with modeltranslation
  • Redis-based caching and queues
  • JWT auth and rate limiting

Quick Start

Prerequisites

  • Docker and Docker Compose

Installation

  1. Clone the repository

    git clone https://gitlab.com/wiseless.xyz/eVibes.git
    cd eVibes
    
  2. Choose a storefront (optional). The main branch ships without a storefront. If you want one, pick a branch:

    git checkout storefront-<nuxt|next|sk|qwik>
    
  3. Generate your .env file and review its values

    • Windows
      scripts\Windows\generate-environment-file.ps1
      
    • Unix
      scripts/Unix/generate-environment-file.sh
      
  4. Install dependencies

    • Windows
      scripts\Windows\install.ps1
      
    • Unix
      scripts/Unix/install.sh
      
  5. Run the stack

    • Windows
      scripts\Windows\run.ps1
      
    • Unix
      scripts/Unix/run.sh
      
  6. Production checklist

Configuration

Dockerfile

If you rely on locale mirrors, adjust Debian sources before running install scripts:

RUN sed -i 's|https://deb.debian.org/debian|https://ftp.<locale>.debian.org/debian|g' /etc/apt/sources.list.d/debian.sources

nginx

  • Comment out SSL-related lines
  • Apply your domain-specific settings
  • Run certbot --cert-only --nginx
  • Uncomment SSL lines and reload Nginx

.env

After generation, review and update secrets and credentials (API keys, DB password, Redis password, etc.).

Usage

Contributing

Contact

License

This project is licensed under the terms of the LICENSE file included in this repository.

FAVICON