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

This common response model will be used by the endpoints: * get * get_all * update * create

See https://github.com/jendrikseipp/vulture

#### Describe Problem The chapter `Architecture overview` claims to give you.. well an overview, but while it briefly explains concepts about the backend, it doesn't even mention anything about the...

type: :memo: docs

#### Describe Problem Design tokens are nice and all, but we have to actually use them. Without implementing them and enforcing the use throughout the codebase, the benefit will be...

type: :neckbeard: refactor

#### Describe Problem The longer hardcoded values are used for designing the user interface, the harder it will be to maintain. Cooperation between designers and developers will also be harder,...

type: :neckbeard: refactor

#### Expected Behaviour Entire border is visible when the input field is active #### Actual Behaviour #### Steps to Reproduce Make sure the input field is focused by mouse or...

type: :bug: bug

For rapid dev environment setup - Include documentation of pre-builds

type: :bulb: feature
status: :zzz: on hold

#### Describe Problem Restrict the amount of requests a user can make within short period of time #### Suggest Solution Implement solution from NeqSimAPI #### Additional Details

type: :bulb: feature

#### Describe Problem It's hard to get an overview if someone is looking to determine if/why particular files are part of the repository. Most people will probably not even consider...

:hatching_chick: good first issue

Improve the documentation about how to set up the repo locally for development.