CheoR/shipItOut-server

User Can Sign Up

Closed this issue · 0 comments

CheoR commented

Title

User Can Sign Up

Narrative

    As a: new user
    I want: to have an account
    so that: I can do my job

Acceptance criteria

    Given: User clicks the 'SignUp` button
    When: they fill out the user form
    And: select an account type (shipper, carrier, port authority)
    And: click on `Submit`
    Then: a new user account will be created
    And: they will be redirected to the `Bookings` page