Skip to content
Discussion options

You must be logged in to vote

I hope I understand you correctly, this is my way of development. (I'm a newbie)

  • I use uv to install dependencies in the backend folder
    uv sync
    Start the app:
    docker compose watch
    Stop the back-end on the docker
    docker compose stop backend
    get in backend folder on the local environment
    cd backend
    activate the virtual environment
    source .venv/bin/activate
    start the FastApi on the local environment and work there, changes immediately effect the docker
    fastapi dev app/main.py --reload

Some sources:
development documentation

backend development documentation

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@YuriiMotov
Comment options

Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants