hemedani/fresh-barg

Implement create and get user functionality

オープン

#6 opened on 2024/11/08

 (0 件のコメント) (0 件のリアクション) (2 人の担当者)TypeScript (2 件のフォーク)auto 404
enhancementfrontendgood first issue

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Objective:

  • Create functionality for registering new users in the system.
  • Create functionality for receiving information existing users.

Details:

  • Required inputs: name, email, password, and any other necessary information.
  • Validate data before storing it.
  • Send a confirmation message to the user after registration.

コントリビューターガイド