jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 page not found

hacen-ai opened this issue · comments

Hello, I tried to install the project with docker with excactly same configuration on the repository. Only edit was creating .env file with same data of exemple.env and changer mycustomwebsite.com to my domain that point to my server IP.
The issue I fascing (propably because I am an idiot): 404 page not found, when accesing the / (hello word) endpoint.
Any help/guide on how to propebly use it. Thank you verry much

Hello, @hacen-ai which server provider are you using?
Did it work on localhost?
are you using docker-compose.yml or docker-compose-dev.yml?