Is there a more in depth tutorial on how to run every bare metal? #1216
-
First Check
Commit to Help
Example Code
DescriptionHi there - is there a more in depth tutorial on how to run everything bare metal? Like run the backend fastapi through VSCode (so I can debug) and run the frontend with react to hit the backend. I've been able to run everything through docker-compose, but I do not believe that is good for development. I can still use the docker containers for postgresql, but I'm not too sure where Traefik would fit in for a dev environment. Yes, I tried searching on Google, and I've asked ChatGPT for the answer but I did not find an acceptable answer. Thank you for your help! Operating SystemmacOS Operating System DetailsI'm on MacOS m1, running docker desktop. Python Version3.11 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think this part of docs should answer this question: https://github.com/fastapi/full-stack-fastapi-template/blob/master/development.md#local-development In short:
|
Beta Was this translation helpful? Give feedback.
I think this part of docs should answer this question: https://github.com/fastapi/full-stack-fastapi-template/blob/master/development.md#local-development
In short: