full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
Hi, I get the following issue in the last stage before starting the container (`:flower-1`). ``` # command docker-compose up -d ``` Assuming the project name is "myapp" ``` ✔...
I'm trying to use the FastApi template without Docker..So, I removed the useless files and the app it works..but it seems after user login it desn't recognize jwt token and...
Dear Sir, I am exited of this project But while running cookiecurter getting following errors Kindly help in resolution. aefik_constraint_tag_staging [stag.iib.com]: traefik_public_constraint_tag [traefik-public]: flower_auth [admin:Loginiib@321]: sentry_dsn []: docker_image_prefix []: iib...
Hello I'm new user. ```sh # What I did: pip install cookiecutter cookiecutter https://github.com/tiangolo/full-stack-fastapi-postgresql docker-compose up -d # The backend was not started and not able to login # It...
Help solve the problem. I am developing a project on a prod server. Deploy in a Docker Swarm cluster. Here are the steps in detail: Create images of your application...
Error when executing `docker-compose up -d` ```text . . . Step 9/13 : RUN npm run build ---> Running in d7c0f6e642bd > [email protected] build /app > vue-cli-service build - Building...
In fast API after execution of the code, the database connection is not closing using SQL alchemy how to resolve this issue?
I was trying to get client IP with `request.client.host`, and followed the documentation on https://dockerswarm.rocks/traefik-v1/traefik/#getting-the-client-ip, but it does not seem to work. From the log, I'm still getting ``` INFO:uvicorn.access:10.0.5.18:40570...
I [forked this repo](https://github.com/whythawk/full-stack-fastapi-postgresql) more than a year ago for a major project and, with help from @br3ndonland, consolidated it on his [Inboard FastAPI images](https://inboard.bws.bio/docker), added in support for Neo4j...