andrewscohen/BadReads

New Account Creation: Create Routes

Closed this issue · 0 comments

Server

  • route that sends a GET request that renders the view page
    • route that sends a POST request to add the form data to the database
    • send a query to the database to check if the email provided is unique and valid
    • add csurfProtection