Skip to content

akai-org/wosp-puszki

Repository files navigation

WOSP-puszki

Monorepo for WOSP-puszki project. In 'server' directory you can find backend code, in 'client' directory you can find frontend code with their respective READMEs.

Deployment

  1. Requirements: docker, docker compose, editor of your choice

  2. Copy the .env.laravel.example to .env.laravel

  3. Fill this file

  4. Run docker compose -d

In case of the need for refreshing, use:

docker compose down
docker compose build --no-cache
docker compose up -d

Deployment structure:

Deployment contains the following containers:

  • db - postgres database that's available under port 5432
  • proxy - nginx instance that handles both frontend and backend access, available under port 80
  • client - react application that creates frontend for users
  • server - laravel application that handles user traffic
  • scheduler - laravel application that handles all scheduled actions like backups

About

Rozliczanie puszek na WOŚP 2018-2025 i pewnie też 2026

Resources

Stars

Watchers

Forks

Contributors