Skip to content
New issue

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

Register API #3

Open
smkamranqadri opened this issue Oct 30, 2021 · 1 comment
Open

Register API #3

smkamranqadri opened this issue Oct 30, 2021 · 1 comment
Labels

Comments

@smkamranqadri
Copy link
Contributor

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.

@mdanish0320
Copy link
Member

working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants