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.
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...
#### 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...
#### 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,...
#### 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...
For rapid dev environment setup - Include documentation of pre-builds
#### Describe Problem Restrict the amount of requests a user can make within short period of time #### Suggest Solution Implement solution from NeqSimAPI #### Additional Details
#### 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...
Improve the documentation about how to set up the repo locally for development.