Ryuuket / blog

MIT License
0 stars 1 forks source link

Registration page #18

Open Ryuuket opened 10 months ago

Ryuuket commented 10 months ago

Develop a js file creating a page where the user can register filling a form.

The form should ask the user's first name, his last name, his email, his pseudo and his password.

The page should respond to the uri /register.

hugoarru commented 10 months ago

Create a GET /inscription url to get the registration form.

The form must contain those fields :

The form must have a submit button.