FastAPI AssistantFastAPI Assistant is a Visual Studio Code extension that streamlines the quick creation of FastAPI projects and modules, as well as the automatic generation of schemas, filters, and APIs. Features
UsageMost features of FastAPI Assistant are accessible via the right-click context menu in the Explorer panel. Create ProjectCreate a FastAPI project at the selected location (supports project creation in any directory within the workspace)
Create ModuleCreate a FastAPI module at the selected location
Create SchemaAdd a set of schemas to schema.py and corresponding filters to filter.py within the module at the selected location
Create APIAdd basic CRUD operation APIs for the corresponding schema to api.py within the module at the selected location
Command LineExecute CLI commands using the syntax: "python [OPTIONS] COMMAND [ARGS]` Supported Commands:
Update Project TemplateIf you are not satisfied with the current project template, you can modify the project template style yourself. The template files are stored in Requirements
Release Notes
|





