# my_FastAPI_app pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/my_fastapi_app.svg)](https://dash.yunohost.org/appci/app/my_fastapi_app) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/my_fastapi_app.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/my_fastapi_app.maintain.svg) [![Installer my_FastAPI_app avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=my_fastapi_app) *[Read this readme in english.](./README.md)* > *Ce package vous permet d’installer my_FastAPI_app rapidement et simplement sur un serveur YunoHost. Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble Cette application installe une application FastAPI "Hello world" prête à être personnalisée par votre propre code. **Version incluse :** 1.0~ynh1 ## Captures d’écran ![Capture d’écran de my_FastAPI_app](./doc/screenshots/example.png) ## Documentations et ressources * Dépôt de code officiel de l’app : * YunoHost Store: * Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. ``` bash sudo yunohost app install https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug ou sudo yunohost app upgrade my_fastapi_app -u https://github.com/YunoHost-Apps/my_fastapi_app_ynh/tree/testing --debug ``` **Plus d’infos sur le packaging d’applications :**