full-stack-fastapi-template icon indicating copy to clipboard operation
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.

Results 344 full-stack-fastapi-template issues
Sort by recently updated
recently updated
newest added

This project does not work anymore. With a clean cookiecutter, if you follow the directions in dockerswarm.rocks you get the error: `"Unsupported compose file version 1.0"` This happens when you...

investigate

In some unusual setups (cloud managed databases, yay!) the default port is not used for the postgres database. This fixes a bug in the alembic template, to properly include the...

investigate

We are working with this template for a while. And we are now bringing it into production. We are deploying our code based on this template in Alibaba Cloud so...

answered

I was very impressed by this template project, until I tried to deploy it to my single server swarm. This was my first time playing with docker swarm, and I...

investigate

Hello, Thank you for putting this template together. We are using it to build a mobile web app. This web app needs to connect to the device's camera. We would...

investigate

Hello, I have been trying to change passwords in the production server with the help of the .env file. Though there is a problem in the backend due to a...

investigate

Request is receiving http instead of https. I think it's due to some settings in the traefik dockerfile but I can't figure which setting is causing this. Here's part of...

investigate

changed remove id to type Any

investigate

Use the same dictionary key for encoding/decoding password reset tokens. Currently email is encoded into the token with key `sub`, whereas decoding is attempted with `email`.

investigate

Doesn't work with podman-compose.

investigate