MichaelBluetooth / MichaelBluetooth/ic-reuse-client
Homework: User registration
Open
difficulty-2
homework
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
As a user, I would like to be able to register as a new user so that I can post my own listings.
NOTES:
- The API to register a new user:
```
POST /api/users/register
BODY
{
"username": "new_username",
"password": "new_password"
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names the registration request POST /api/users/register and its username/password body, but no client files or tests. Locate the registration entry point and API request code, then verify that a new user can submit the form successfully and that the stated request is sent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100