waamber / backend-capstone

0 stars 0 forks source link

Setup user authentication #2

Open waamber opened 6 years ago

waamber commented 6 years ago

Given a new user wants to sign in When the user inputs their first name, last name and phone number Then the user should be able to create a new account

waamber commented 6 years ago

Setup identity framework

waamber commented 6 years ago

When user inputs information, info should INSERT into database