icodebyamanda / mvp_dance-directory

Bootcamp Project: To another student’s MVP, added a full authentication capability to the instructors’ users group: a login component, a tested encrypted password, tested authentication and authorisation process via a guard as well as a registration component.
0 stars 2 forks source link

Do instructor Registration Endpoint BE #12

Open icodebyamanda opened 3 years ago

icodebyamanda commented 3 years ago

{"name": "Sam", "introduction": "Sam's Intro", "email": "sam@gmail.com", "password":"sammy", "photo": "/sam_350x350.jpg"}

{"name": "Monika", "introduction": "Monika's Intro", "email": "monika@gmail.com", "password":"monny", "photo": "/monika_350x350.jpg"}

Part about registration: https://youtu.be/84xtG1qI4TU?t=1523

icodebyamanda commented 3 years ago

Screenshot 2021-02-26 at 17 31 58

Screenshot 2021-02-26 at 17 32 35