hemedani/fresh-barg

Implement create and get user functionality

Open

#6 opened on Nov 8, 2024

 (0 comments) (0 reactions) (2 assignees)TypeScript (2 forks)auto 404
enhancementfrontendgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide