Skip to content

US07 - Implement User Registration Backend Service API #7

Description

@RamirezJM

As a New Visitor
I need to create a secure account with my email and personal details
So that I can access the SecondChance platform features to donate or claim recycled items.

Details and Assumptions

  • The registration service must validate input data (e.g., proper email format, password strength).
  • User passwords must be securely hashed (e.g., using bcrypt) before being saved to MongoDB.

Acceptance Criteria

Given a new user provides valid registration details
When a POST request is made to the registration endpoint
Then the service should hash the password, save the new user record, and return a 201 Created response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions