1
0
Fork
You've already forked CAFE
0
Repository for the CAFE decision support tool. https://outil-cafe.fr
  • TypeScript 84.8%
  • Python 12%
  • CSS 1.4%
  • HTML 0.9%
  • JavaScript 0.5%
  • Other 0.4%
Tanguy Fardet fa0c512e08 feat: autoset collection fraction for toilets
* automatically set a reasonable collection fraction for each toilet type
* add a "total" line if there are more than two toilets
* prevent total from going over 100%
* target ESNext to use Set.union and Set.intersection
2026年06月24日 21:22:37 +02:00
.devcontainer commit wip files on parquet 2024年08月31日 17:10:19 +02:00
cafe-api fix: select multiple toilets, correct matter types in transfo 2026年06月23日 13:29:54 +02:00
cafe-web feat: autoset collection fraction for toilets 2026年06月24日 21:22:37 +02:00
docs Add @todo comments with information 2024年11月07日 09:53:08 +01:00
nginx config: move to fastapi root_path for /api strip 2026年03月05日 11:10:22 +01:00
.gitignore feat: add cache dir for the home .cache in the container. 2025年08月09日 18:39:23 +02:00
.pre-commit-config.yaml feat: add notice transfo/logistics, improve loader and graphs UI 2026年03月11日 23:49:07 +01:00
APIPodDockerFile build: migrate copying files to container to mounting a volume. Update doc and fix container name in run_test_pod.sh. 2025年11月14日 15:32:54 +01:00
README.md doc: detail README, fix typos + clarify error message 2026年06月17日 15:28:16 +02:00
WEBPodDockerFile feat: update the front-end, change the batiments data structure to have a flexible list instead of hard coded variables. 2025年04月25日 14:12:44 +01:00

English version below.

Outil CAFÉ (interface WEB et API)

Ceci est le répertoire de CAFÉ, un outil d'aide à la décision sur l'assainissement circulaire et la production d'engrais biosourcés à partir des urines et matières fécales humaines. L'outil est accessible en ligne à l'adresse : https://outil-cafe.fr

Développement et usage en local

Backend/API

Pour l'API, il y a un readme dans le dossier cafe-api/ qui explique comment installer les dépendances et lancer le projet.

Interface web

Pour la partie front-end web, de même un readme dédié est présent dans le dossier cafe-web/.


CAFE tool (web interface and API)

This is the repository of the CAFE decision support tool, which deals with circular sanitation, and fertiliser production from source-separated human urine and feces. The tool is accessible (in French only, for now) at the following address: https://outil-cafe.fr

Local development and use

Backend/API

Regarding the API, please see the specific README in the cafe-api/ folder; it explains how to install the dependancies and run the project.

Interface web

For the web front-end, a dedicated README file is present in the cafe-web/ folder.