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

209 B

Congrats, the application is installed. You can now put your FastAPI application's code in the folder __DATA_DIR__

Your application must contain a init.py file and the FastAPI object must be named 'app'