alcpereira / 100hunters

Let's goooo
6 stars 11 forks source link

Sign up Remix route #17

Open alcpereira opened 2 months ago

alcpereira commented 2 months ago

Description

Reuse the SignUp React component and build the app/routes/signup/route.tsx file, including an action with a redirect + setting a cookie.

Implement the logic needed for validating the user input on the backend.

For the database:

You can use TRANSACTION to commit this change in a single shot (see this video to understand transactions).

You can take inspiration on what Trellix clone did here for the remix part.

ACs