MCPcopy Create free account

hub / github.com/alamorre/fullstack-chat / functions

Functions22 in github.com/alamorre/fullstack-chat

↓ 1 callersFunctionmain
Run administrative tasks.
server-django/manage.py:7
FunctionApp
()
client-react/src/app.js:6
FunctionApp
({ Component, pageProps }: AppProps)
server-firebase/frontend/pages/_app.tsx:4
FunctionAuthPage
(props)
client-react/src/authPage.js:4
FunctionAuthPage
()
server-firebase/frontend/pages/AuthPage.tsx:4
FunctionDocument
()
server-firebase/frontend/pages/_document.tsx:3
FunctionHome
()
server-firebase/frontend/pages/index.tsx:9
FunctionLoading
()
server-firebase/frontend/pages/Loading.tsx:1
FunctionPage
(props: ChatProps)
server-firebase/frontend/pages/ChatsPage.tsx:8
MethodgetLogin
(@RequestBody HashMap<String, String> request)
server-spring/src/main/java/com/example/chatengine/serverspring/UserController.java:28
Functionlogin
(request)
server-django/server/views.py:41
Functionlogin
()
server-flask/app.py:11
FunctionloginRest
(username, secret)
serverless-vue/src/pages/AuthPage/api.js:3
Methodmain
(String[] args)
server-spring/src/main/java/com/example/chatengine/serverspring/ServerSpringApplication.java:9
MethodnewSignup
(@RequestBody HashMap<String, String> request)
server-spring/src/main/java/com/example/chatengine/serverspring/UserController.java:67
FunctiononClick
()
server-firebase/frontend/pages/AuthPage.tsx:5
FunctiononLogin
(e)
client-react/src/authPage.js:11
FunctiononSignup
(e)
client-react/src/authPage.js:19
Functionroot
(user: User)
server-fastapi/main.py:30
Functionsignup
(request)
server-django/server/views.py:12
Functionsignup
()
server-flask/app.py:22
FunctionsignupRest
(username, secret, email, first_name, last_name)
serverless-vue/src/pages/AuthPage/api.js:13