hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
181 stars 105 forks source link

[FIX] [BE PYTHON] [ANCHOR] Develop an API Endpoint for Join waitlist #1001

Open giftexxy opened 2 months ago

giftexxy commented 2 months ago

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.

FreemanBoss commented 2 months ago

Please has this been implemented? @giftexxy

giftexxy commented 2 months ago

this has not been implemented @johnson-oragui, go and check it yourself. it is not working