SkillAgentSearch skills...

MyFab

Le site internet MyFab du De Vinci FabLab qui permet la gestion des demandes d'impressions (outils de ticketing)

Install / Use

/learn @DeVinci-FabLab/MyFab
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <br /> <p> <a><img src="back/defaultFiles/logo.png" width="500" alt="MyFab" /></a> </p> <br /> <p> <a href="https://github.com/DeVinci-FabLab/MyFab/actions/workflows/Tests-agent.yml"><img src="https://github.com/DeVinci-FabLab/MyFab/actions/workflows/Tests-agent.yml/badge.svg" alt="Agent status" /></a> <a href="https://github.com/DeVinci-FabLab/MyFab/actions/workflows/Tests-back.yml"><img src="https://github.com/DeVinci-FabLab/MyFab/actions/workflows/Tests-back.yml/badge.svg" alt="Back status" /></a> <a href="https://github.com/DeVinci-FabLab/MyFab/actions/workflows/Tests-front.yml"><img src="https://github.com/DeVinci-FabLab/MyFab/actions/workflows/Tests-front.yml/badge.svg" alt="Front status" /></a> <a href="https://github.com/DeVinci-FabLab/MyFab/actions/workflows/Linter.yml"><img src="https://github.com/DeVinci-FabLab/MyFab/actions/workflows/Linter.yml/badge.svg" alt="Linter status" /></a> </p> </div>

MyFab

Bonjour ! Vous vous trouvez actuellement sur le respository de MyFab. Vous trouvez dans ce repository les fichiers pour faire fonctionner notre outils de ticketing pour des demande d'impression 3D.

Installation

  1. Cloner le repo
  2. Vérifier que docker et docker-compose sont installés
  3. Créer le fichier .env, de cette manière à la racine du projet:
# GLOBAL
PORT_FRONT=3000
PORT_BACK=5000
API=urlForTheApi
BASE_PATH=/yourPath

# Maria Db
DB_HOST=mariadb
DB_USER=yourUser
DB_ROOT_PASSWORD=yourPasswordRoot
DB_PASSWORD=yourPassword
DB_DATABASE=myfab

# Back
SPECIALTOKEN=yourSpecialToken
SHOWSWAGGER=false
ACTIVELOGS=false

#SAML
ADSF_ENTRYPOINT=http://localhost:8080/simplesaml/saml2/idp/SSOService.php
ADSF_ISSUER=http://app.example.com
ADFS_FRONT_URL=http://localhost:3000/myfab/
  1. Lancer la commande docker-compose up -d
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated6d ago
Forks0

Languages

JavaScript

Security Score

75/100

Audited on Mar 31, 2026

No findings