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

Ajouter la page d'enregistrement #4

Open
6 tasks
dubreuia opened this issue Sep 10, 2020 · 0 comments
Open
6 tasks

Ajouter la page d'enregistrement #4

dubreuia opened this issue Sep 10, 2020 · 0 comments
Labels

Comments

@dubreuia
Copy link
Collaborator

dubreuia commented Sep 10, 2020

Maquette

  • Un header <h2>Register</h2>
  • Un <input> email
  • Un <input> password

Frontend

  • Ajouter un composant "register.component"
  • Ajouter un form dans "register.component.html"
  • Ajouter un get dans "register.component.get"

Backend

  • Ajouter un endpoint à l'API POST /api/user qui recoit "username" et "password"
  • Ajouter un service avec createUser qui va persister en BDD

Base de donnée

  • Ajouter la table users du ER diagram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant