An open API service indexing awesome lists of open source software.

https://github.com/yunohost-apps/fastapi_ynh

a YunoHost app to run a custom FastAPI code
https://github.com/yunohost-apps/fastapi_ynh

fastapi yunohost yunohost-apps

Last synced: about 1 year ago
JSON representation

a YunoHost app to run a custom FastAPI code

Awesome Lists containing this project

README

          

# FastAPI for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/fastapi)](https://ci-apps.yunohost.org/ci/apps/fastapi/)
![Working status](https://apps.yunohost.org/badge/state/fastapi)
![Maintenance status](https://apps.yunohost.org/badge/maintained/fastapi)

[![Install FastAPI with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fastapi)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install FastAPI quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

## Overview

This Application install a FastAPI application "Hello Word" ready to be customized by your own code

**Shipped version:** 1.0~ynh4

## Screenshots

![Screenshot of FastAPI](./doc/screenshots/screenshot.png)

## Documentation and resources

- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing --debug
or
sudo yunohost app upgrade fastapi -u https://github.com/YunoHost-Apps/fastapi_ynh/tree/testing --debug
```

**More info regarding app packaging:**