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.
We were looking for a "admin/control" stack to automate and make it easy for end-users and the full-stak-fastapi is perfect. But unfortunately our team have access to AKS/GKE (and no...
Would be nice to either have a heroku deployment YAML or instructions on how to properly deploy this repo to Heroku, same goes for suggestions on how to integrate this...
II have study fastapi project, and this is a good project to deploy, I want to study it, but I cannot docker build the dockerfile. I am from China. I...
The existing Docker image is about a year old, and many of the frontend Vue.js dependencies are obsolete. I rebuilt the entire `frontend` for [Nuxt.js](https://nuxtjs.org/) (which is to Vue what...
Add the "standard" extras for uvicorn, which adds the much needed watchgod for file watching. Without it, using `--reload` uses significant CPU (almost 100% on my machine)
Because Travis CI is on vacation. Test results: https://github.com/cclauss/full-stack-fastapi-postgresql/actions
First of all, Thank you! Your DockerSwarm Rocks project is amazing detailed and easy to use. I have followed that guide and setup a 6 node cluster with 3 managers...
This is the terminal output: > _docker-compose up -d > unexpected character " \ "" in variable name near "\"http://localhost:8080\", \"https://localhost\", \"https://localhost:4200\", \"https://localhost:3000\", \"https://localhost:8080\", \"http://dev.app\", \"https://sta.app\", \"https://mi.app\", \"http://local.dockertoolbox.tiangolo.com\", \"http://localhost.tiangolo.com\"]\nPROJECT_NAME=mifarma\nSECRET_KEY=pswd\nFIRST_SUPERUSER=me\nFIRST_SUPERUSER_PASSWORD=pswd\nSMTP_TLS=False\nSMTP_SSL=True\nSMTP_PORT=465\nSMTP_HOST=smt\[email protected]\nSMTP_PASSWORD=pswd\[email protected]\n\nSENTRY_DSN=\n\n# Flower\nFLOWER_BASIC_AUTH=admin:pswd\n\n#...
I'm working through a project that was (at one point a long time ago) based on this stack. https://github.com/tiangolo/full-stack-fastapi-postgresql/blob/490c554e23343eec0736b06e59b2108fdd057fdc/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/app/crud/base.py#L49 I've run into an issue with SQLAlchemy hybrid_properties not being included...
As mentioned in the coming SQLAlchemy 1.4 [release note](https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#asynchronous-io-support-for-core-and-orm), there will be asyncio based connection and session. Are there plans to switch to async endpoints ?