fastapi-react
fastapi-react copied to clipboard
🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
Some (minor) documentation on how to extend react-admin and add new pages
Can serve as an example of how to handle relations
Should add an endpoint to refresh the access token after its expired.
There is some issue with types resolution /app/src/index.tsx TypeScript error in /app/src/index.tsx(8,4): 'Router' cannot be used as a JSX component. Its instance type 'BrowserRouter' is not a valid JSX element....
Failed to compile. /app/src/index.tsx TypeScript error in /app/src/index.tsx(8,4): 'Router' cannot be used as a JSX component. Its instance type 'BrowserRouter' is not a valid JSX element. The types returned by...
Moved devDependencies to dependencies in package.json file for issue #207
i use command `uvicorn main:app --reload` and than i got this error ``` ImportError: cannot import name 'WebSocketException' from 'starlette.exceptions' (/opt/homebrew/lib/python3.9/site-packages/starlette/exceptions.py) ```
updates dependencies, adds a TLD