Group3-Project2 / Project-2

0 stars 0 forks source link

Account Creation #6

Open Kayle7777 opened 6 years ago

Kayle7777 commented 6 years ago

Make a my account button, probably top right -- this should just be a html thing, you can add server functionality too and make a "my_account" landing page too though if you want. We will need one.

Maybe for the NEW pages like that landing page, we could use react? Just a thought.

Kayle7777 commented 6 years ago

Changing this issue to be about the whole account generation process -- posting acc detail from a login page to the database, with a post route catch on the server and a post api on the front (jQuery.post('/api/accountCreation/', {object with acc info})