template-fastapi-react icon indicating copy to clipboard operation
template-fastapi-react copied to clipboard

A solution template for creating a Single Page App (SPA) with React and FastAPI following the principles of Clean Architecture.

Results 70 template-fastapi-react issues
Sort by recently updated
recently updated
newest added

#### Describe Problem Currently, each `feature` has an `APIRouter` instance defined in the `*_feature.py` (controller) which includes a list of `tags`: https://github.com/equinor/template-fastapi-react/blob/bc33372bd57d7b8710cd7460f1c18c6b55c38634/api/src/features/todo/todo_feature.py#L18 When the OpenAPI docs are generated, it groups...

type: :sparkles: enhancement

#### Describe Problem No longer using safety to scan for vulnerabilities in dependencies. #### Suggest Solution Replace with depandabot #### Additional Details

#### Describe Problem It takes a lot of time to run tests since venv must be set up anew each time. We used to cache it, but removed it after...

#### Describe Problem publish image of nginx in CI (https://github.com/equinor/template-fastapi-react/blob/main/.github/workflows/publish.yaml) #### Suggest Solution #### Additional Details required to host app in radix

type: :bulb: feature

type: :speech_balloon: discussion