Giter Site home page Giter Site logo

vcardoneit / jupiter Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 2.48 MB

Jupiter è una web app per la gestione delle attività riguardanti la donazione del sangue utilizzata dalla Croce Rossa Italiana di Avola

Home Page: https://jupiter.criavola.it

License: GNU General Public License v3.0

Python 98.84% Dockerfile 0.84% Shell 0.32%
blood-donation blood-donation-management croce non-profit redcross rossa sangue donazione

jupiter's Introduction

Jupiter

Jupiter è una web app per la gestione delle attività riguardanti la donazione del sangue utilizzata dalla Croce Rossa Italiana di Avola

Wiki - Documentazione

Consulta la wiki per scoprire tutte le diverse funzionalità e come utilizzarle!

Funzionalità

  • Gestione Donatori, Donazioni e Predonazioni
  • Emissione tessera con verifica tramite QR
  • Statistiche
  • Invio appello a tutti i Donatori
  • Accesso Donatore
  • Gestione prenotazioni
  • API per inserire prenotazione - /api/addprt/
  • Esportazione dati in CSV
  • Promemoria prenotazioni via e-mail

Installazione

Docker compose

Consulta la documentazione per maggiori dettagli

version: "3.8"

services:
  web:
    image: 'ghcr.io/vcardoneit/jupiter-web:latest'
    command: gunicorn jupiter.wsgi:application --bind 0.0.0.0:8000
    volumes:
      - static_volume:/home/jupiter/web/staticfiles
    expose:
      - 8000
    env_file:
      - stack.env
    depends_on:
      - db
  db:
    image: 'postgres:15'
    volumes:
      - postgres_data:/var/lib/postgresql/data/
    env_file:
      - stack.env
  nginx:
    image: 'ghcr.io/vcardoneit/jupiter-nginx:latest'
    volumes:
      - static_volume:/home/jupiter/web/staticfiles
      - certs:/home/jupiter/ssl
    ports:
      - 1642:443
    depends_on:
      - web

volumes:
  postgres_data:
  static_volume:
  certs:

Domande - Segnalazioni

Email: [email protected]

jupiter's People

Contributors

snyk-bot avatar vcardoneit avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.