1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/FastAPI_ynh.git synced 2024-09-03 18:36:00 +02:00
fastapi_ynh/doc/POST_INSTALL.md
2023-12-01 15:26:50 +01:00

4 lines
No EOL
227 B
Markdown

Congrats, the application is installed.
You can now put your FastAPI application's code in the folder `__DATA_DIR__`/FastAPIAppFolder/
Your application must contain a __init__.py file and the FastAPI object must be named 'app'