We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a register API
path => /register method => POST body => optional => first_name, last_name required => email, password response => first_name, last_name, email, avatar, is_active
User Model first_name last_name email password is_active => default to true
Note: Avatar can be a simple avatar icon encoded into base64 and saved in the database.
The text was updated successfully, but these errors were encountered:
working on this
Sorry, something went wrong.
No branches or pull requests
Create a register API
path => /register
method => POST
body =>
optional => first_name, last_name
required => email, password
response => first_name, last_name, email, avatar, is_active
User Model
first_name
last_name
email
password
is_active => default to true
Note: Avatar can be a simple avatar icon encoded into base64 and saved in the database.
The text was updated successfully, but these errors were encountered: