template-fastapi-react
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.
#### 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...
#### 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