Skip to content

BACKEND | Implement database User model #5

@ElvisHernandez

Description

@ElvisHernandez

As a user, I need a data model so that my user specific data can be stored.

Requirements

  • I need a unique ID (can be serial integer or can be something like email/username)
  • email/username (this can be the unique id)
    • what constraints do I need here? Is this field unique?
  • hashedPassword/encryptedPassword (Do not store plain text passwords... lookup Bcrypt algorithm)
  • Other fields you might need?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions