Create a backend API endpoint that enables users to sign up for a waitlist. This endpoint will capture and store user details, including their email and their name, in a secure database.
Acceptance Criteria
Data validation that ensures that only valid and unique emails are accepted
The API returns appropriate responses for successful submissions and errors.
Duplicate email entries are prevented, and appropriate error messages are returned
Emails are stored securely in the database.
Purpose
To develop an API endpoint to enables users to successfully sign up for waitlist.
Expected Outcome
Users can successfully sign up for the waitlist and their submission is securely stored in the database.
Description
Create a backend API endpoint that enables users to sign up for a waitlist. This endpoint will capture and store user details, including their email and their name, in a secure database.
Acceptance Criteria
Data validation that ensures that only valid and unique emails are accepted The API returns appropriate responses for successful submissions and errors. Duplicate email entries are prevented, and appropriate error messages are returned Emails are stored securely in the database.
Purpose
To develop an API endpoint to enables users to successfully sign up for waitlist.
Expected Outcome
Users can successfully sign up for the waitlist and their submission is securely stored in the database.