-
I want to deploy a simple website using Fastapi with static files and Jinja2 Templates. I have already successfully created a micro but with statitc files and templates serving html it's more difficult for me to understand the logic. Can someone help me ? The structure of my project |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
You must create .env file in which you must write at least:
After creating this .env file, you need to update your micro by writing:
|
Beta Was this translation helpful? Give feedback.
-
Do you have a method to install and deploy tailwindcss successfully on deta for a fastapi app serving Jinja2 html templates ? |
Beta Was this translation helpful? Give feedback.
Do you have a method to install and deploy tailwindcss successfully on deta for a fastapi app serving Jinja2 html templates ?