Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankushjain2001/fastapi-react-mongodb
/ types & classes
Types & classes
6 in github.com/ankushjain2001/fastapi-react-mongodb
⨍
Functions
13
◇
Types & classes
6
↳
Endpoints
4
Class
frontend/src/auth/auth.js:3
Class
Auth
frontend/src/auth/auth.js:3
Class
User
Fields "id", "is_active" and "is_superuser" are created by this model Modify the below lines to add more fields for the user
backend/main.py:30
Class
UserCreate
Fields "email" and "password" are created by this model Modify the below lines to add more fields for the user WARNING: You
backend/main.py:44
Class
UserDB
This class Extends/Inherits the User class Field "hashed_password" is created by this model
backend/main.py:65
Class
UserUpdate
This class Extends/Inherits the User class
backend/main.py:58