turingschool / turlink-be

0 stars 0 forks source link

BE: POST User Creation Endpoint (User Log In) #1

Closed noahdurbin closed 1 month ago

noahdurbin commented 1 month ago

a backend POST endpoint that takes in username(or email), password, and password confirmation in the request body and maps those params onto a new User in the backend database - using bcrypt