Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankushjain2001/fastapi-react-mongodb
/ functions
Functions
13 in github.com/ankushjain2001/fastapi-react-mongodb
⨍
Functions
13
◇
Types & classes
6
↳
Endpoints
4
↓ 1 callers
Function
fetchData
()
frontend/src/pages/Home.js:23
Function
App
()
frontend/src/App.js:8
Function
Home
(props)
frontend/src/pages/Home.js:7
Function
Login
()
frontend/src/auth/login.js:6
Function
Register
()
frontend/src/auth/register.js:6
Function
callLogout
()
frontend/src/pages/Home.js:34
Function
callSubmit
(e)
frontend/src/auth/register.js:19
Function
callSubmit
(e)
frontend/src/auth/login.js:16
Function
get_custom_protected_route
( user: User = Depends(fastapi_users.get_current_user) )
backend/main.py:226
Function
get_custom_unprotected_route
()
backend/main.py:201
Function
on_after_register
(user: UserDB, request: Request)
backend/main.py:148
Function
post_custom_protected_route
( body: dict, user: User = Depends(fastapi_users.get_current_user) )
backend/main.py:233
Function
post_custom_unprotected_route
( body: dict )
backend/main.py:206