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

Fixes a bug where routes defined only in the SPA (react-router etc.) returns 404. nginx must return index.html for all files not found (assets, chunks, etc.)

:robot: I have created a release *beep* *boop* --- ## [1.5.1](https://github.com/equinor/template-fastapi-react/compare/template-fastapi-react-v1.5.0...template-fastapi-react-v1.5.1) (2025-10-01) ### Bug Fixes * add spacing between list items ([82c8970](https://github.com/equinor/template-fastapi-react/commit/82c8970bf1da6decabcbd8651df002316deccfb8)) * allow auth disabled -> default to default_user...

autorelease: pending

## Why is this pull request needed? This pull request is mainly for testing out UV as an alternative for poetry ## What does this pull request change? Replace poetry...

Bumps the web group with 14 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@equinor/eds-core-react](https://github.com/equinor/design-system/tree/HEAD/packages/eds-core-react) | `0.43.0` |...

dependencies
javascript

Bumps the api group with 9 updates in the /api directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.8` |...

dependencies
python

## Why is this pull request needed? Unit tests in python are not dependant on docker. They can be ran by using poetry and setup-python caching.

## Why is this pull request needed? This pull request is needed because of.... ## What does this pull request change? Write summary of what this pull request changes if...

# Checklist > NOTE: Don't delete the production database ## Dependencies > IMPORTANT: Test the relevant parts of the application to ensure compatibility with the new updated versions. - [x]...

Add access-based-access-control to template Already done in [void2](https://github.com/equinor/void2/tree/main/api) by @eoaksnes repo so it might be useful to use as an example for implementation

Set up repo as a [cookiecutter](https://github.com/cookiecutter/cookiecutter) template. Look into if/how we can make it a runnable example as well as a usable template.