How to start the backend server without using docker? #1111
-
How can I start the backend server without using docker? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
I have the same question. |
Beta Was this translation helpful? Give feedback.
-
Everything works for me with Docker. Without Docker, I tryed with virtualenv but it didn't find the solution for the moment... |
Beta Was this translation helpful? Give feedback.
-
you guys can run it using |
Beta Was this translation helpful? Give feedback.
-
I'm struggling to understand which command is intitializing the backend in production? because the Dockerfile doesn't have this |
Beta Was this translation helpful? Give feedback.
-
I have made a similar setup for backend without using docker. async sqlalchemy + pydantic schemas (without sqlmodels) are used there though. |
Beta Was this translation helpful? Give feedback.
-
It's described here in docs: https://github.com/fastapi/full-stack-fastapi-template/blob/master/development.md#local-development So, basically:
|
Beta Was this translation helpful? Give feedback.
It's described here in docs: https://github.com/fastapi/full-stack-fastapi-template/blob/master/development.md#local-development
In docs it's assumed you have already activated venv and installed dependencies
So, basically: