nsidnev/fastapi-realworld-example-app

error views

luigizz opened this issue · 1 comments

I'm total beginner with fastapi and i have a lot of problem.
The uvicorn server start ok and coonection with db is okey but at localhost(or 127.0.0.1) or at localhost:8000
i have :
{"errors":["Not Found"]}.

Instead with docker-compose i have
"file not found"
on docker-logs app

Any help it's appreciate. Thanks

my fault