circadiatech / circadiatech/reportabug-backend
Register API
Open
good first issue
hacktoberfest
- Dominant language
- Python
- Stars
- 0
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.