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

create a feedback route #110

Open
dvishal485 opened this issue Aug 28, 2024 · 1 comment
Open

create a feedback route #110

dvishal485 opened this issue Aug 28, 2024 · 1 comment

Comments

@dvishal485
Copy link
Member

  • assume feedback comes as json with fields "name", "email", "message".
  • if any of the field is non-existing, reject that request
  • if all fields exists, mail it to us
  • mailing functions are already present in backend
  • use the mailing function to deliver mail to "[email protected]" as of now
@dvishal485
Copy link
Member Author

make it reflect in the website as well (frontend) to handle onSubmit event of form

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

No branches or pull requests

1 participant