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.
Can the methods defined in the [base CRUD class](https://github.com/tiangolo/full-stack-fastapi-postgresql/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/app/crud/base.py) be "safely" moved to the [base SQLAlchemy class](https://github.com/tiangolo/full-stack-fastapi-postgresql/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/app/db/base_class.py)? What am I missing by combining the two classes/components? Yes I understand that...
Problem Statement: Currently, our application lacks the functionality to paginate database queries with skip and limit while also returning the schema of the queried table and the total count of...
if any one intrested i have fixed the backend part of this project. here is the link https://github.com/bibektimilsina000/FastAPI-PgStarterKit
https://github.com/bibektimilsina000/FastAPI-PgStarterKit
Fixes to enable building - New path to download the poetry installer - Upgrade npm to 6.9.0 to support aliases used by current version of vue
If I start multiple workers with `uviron main:app --host 0.0.0.0 --port 8080 --workers 4`, auth with JWT will fail in different PID
i'm using this repo for my next project, but i can't figure out a way for debugging in vs code or connect jupyter server with vs code, i want to...
`orm_mode` should be `from_attributes` because it gives following warning > UserWarning: Valid config keys have changed in V2: * 'orm_mode' has been renamed to 'from_attributes'
Here I updated some dependencies to make this project able to up. Also fixed crud_user to make update without password possible.
I'm having issues during the frond end build. Error: Cannot find module 'fork-ts-checker-webpack-plugin-v5' #0 1.752 npm ERR! This is probably not a problem with npm. There is likely additional logging...