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.
Error: Cannot find module 'fork-ts-checker-webpack-plugin-v5' => ERROR [build-stage 7/7] RUN npm run build 3.5s ------ > [build-stage 7/7] RUN npm run build: #13 1.216 #13 1.216 > [email protected] build /app...
Hi @tiangolo, I started working with FastAPI 4 months ago it has been so easy to learn, and easy and fun to use. As a senior python developer once I...
I saw this project includes a celery worker, and I'm trying to find out if I want/need this... But it's not clear to me what this does. How does it...
Deploying in k8s and need to manage my own certs. How do you configure uvicorn to use your own certificates for HTTPS when deploying this app? The docker container automatically...
Refactor items and services endpoints and added support to run pytest within docker-compose and actions
🚀 Roadmap
## Description This is a tentative roadmap, I will update it as things evolve. Some things might be discarded, others might be added later. I didn't want to make it...
excepts key error when decoding jwt token, if a token has been tempered with and the key is missing, the server will not throw a 500
Another way to solve this would be to edit 96 of the same file {"exp": exp, "nbf": now, "sub": email}, settings.SECRET_KEY, algorithm="HS256", but this commit adheres to the convention of...
will create` full-stack-fastapi-postgresql/cookiecutter-config-file.yml` with content: ``` default_context: project_name: '{{ cookiecutter.project_name }}' project_slug: '{{ cookiecutter.project_slug }}' domain_main: '{{ cookiecutter.domain_main }}' domain_staging: '{{ cookiecutter.domain_staging }}' docker_swarm_stack_name_main: '{{ cookiecutter.docker_swarm_stack_name_main }}' docker_swarm_stack_name_staging: '{{ cookiecutter.docker_swarm_stack_name_staging...