Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signup Page #4

Open
2 of 16 tasks
ishak52 opened this issue Jul 23, 2018 · 0 comments
Open
2 of 16 tasks

Signup Page #4

ishak52 opened this issue Jul 23, 2018 · 0 comments

Comments

@ishak52
Copy link
Contributor

ishak52 commented Jul 23, 2018

A page where a user can signup into the app

  • front end:
  • signup form component
    Acceptance Criteria:

  • page includes 5 input fields:
    - Full name.
    - username.
    - Email.
    - Password.
    - Password confirmaition.

  • the page should include a signup button.

  • backend:
    Acceptance Criteria:
  • the signup button sends the user information to the user's Table in the database.

  • email should be unique.

  • username should be unique.

  • invalid or existing email return a message to the user.

  • Routes: api/login

    • Get: send the signup form to fill.
    • Post : send the signup form informaition.
  • Queries:

    • get.
    • create.
  • Tests:

    • Queries.
    • Routes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants