thisAKcode/fastapi_streetart_map

@thisAKcode how do you run the app? Trying `uvicorn router:app` in the app directory, but getting a 500 error:

thisAKcode opened this issue · 2 comments

    @thisAKcode how do you run the app? Trying `uvicorn router:app` in the app directory, but getting a 500 error:

image

Originally posted by @bbelderbos in #9 (comment)

is it only failing to get to /docs/ ?

I run it like that.

cd c:\fastapi_project1  && venv\Scripts\activate
cd app
uvicorn main:app --reload

sweet, works now (http://localhost:8000/docs), thanks :)