fastapi-mvc icon indicating copy to clipboard operation
fastapi-mvc copied to clipboard

Developer productivity tool for making high-quality FastAPI production-ready APIs.

Results 66 fastapi-mvc issues
Sort by recently updated
recently updated
newest added

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Implement type checking for both `fastapi-mvc` package and the...

enhancement
project template

CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503 Both `fastapi-mvc` package and generated project from it are unaffected since they are already using the patched version: * https://github.com/rszamszur/fastapi-mvc/blob/a948e615cb109c239fc17f228f1415079c15ef08/poetry.lock#L776-L778 * https://github.com/rszamszur/fastapi-mvc-example/blob/81380369827ad4eb2c694ea991209bee8636a7a4/poetry.lock#L914-L916 Affected: * Poetry installed via `make...

security

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request To both project and template: * `./.dockerignore` * `./fastapi_mvc/generators/project/template/{{cookiecutter.folder_name}}/.dockerignore`

good first issue
project template

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Implement pydantic `BaseSettings` class for database configuration under `.app.config`...

enhancement
project template

# Roadmap Hello there! :wave: This is the roadmap for fastapi-mvc, which gives an overview of future features and ideas that will be implemented. If you want to contribute with...

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Draft implementation plan: Core: * fastapi-mvc/fastapi-mvc#183 * fastapi-mvc/fastapi-mvc#182 *...

enhancement
copier: project

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request This class will be responsible for managing SQLAlchemy engine...

enhancement
project template

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request In order to add support for databases with SQLAlchemy,...

enhancement
project template

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Issue Hi, thanks for this wonderful tool, it's a very nice...

question

- [x] I have searched the [issues](https://github.com/rszamszur/fastapi-mvc/issues) of this repo and believe that this is not a duplicate. ## Feature Request Implement the possibility to seed the database with defined...

enhancement
blocked
copier: project