sayanroyc / Spartan_Server

0 stars 0 forks source link

Add Users to Datastore #1

Closed nickgarfield closed 8 years ago

nickgarfield commented 8 years ago

Create POST request to add users to the Datastore. • Request should require first name, last name, email, phone number, optional profile picture. • Password will also be required for users that choose not to sign up through Facebook/Google/etc. • Also, don't add new user's if there already exists a user with the same email address.